dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]table span problem


From: Tim Terlegård
Subject: [DotGNU]table span problem
Date: Fri, 8 Mar 2002 14:26:18 +0100

What's wrong with the table below? I want the table to be 2x3 and so it is. I 
also want the "Host-to-network" entry to span both rows, but I don't succeed. 
What am I doing wrong? (using DSSSL 1.72 and sgml->tex->pdf)

<table>
  <title>The OSI and TCP/IP reference models.</title>
  <tgroup cols="3" align="left" colsep="1" rowsep="1">
  <thead>
  <row>
    <entry></entry>
    <entry>OSI</entry>
    <entry>TCP/IP</entry>
  </row>
  </thead>
  <tbody>
  <row>
    <entry>2</entry>
    <entry>Data-Link</entry>
    <entry morerows="1" rowsep="0">Host-to-network</entry>
  </row>
  <row>
    <entry>1</entry>
    <entry>Physical</entry>
  </row>
  </tbody>
  </tgroup>
</table>

Thanks,

Tim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]