Tables
by "Andrew Angelopoulos" <angelopoulos(at)csi.com>
|
Date: |
Tue, 12 Dec 2000 08:30:00 -0600 |
To: |
<hwg-basics(at)hwg.org> |
References: |
enterprise workhorse |
|
todo: View
Thread,
Original
|
|
(Resent. Sorry if this is the second time, but I never saw the first one
appear)
Help. This is making me nuts!
What am I doing wrong?
Look at the sample below and find the table data with the letter "M" If
colspan is missing or set to 1 is looks like colspan is set to 8 or 9. In
IE, if cellspacing is set to 3 it works just fine. If I set COLSPAN to 2 it
works just fine in IE and NN (regardless of cellspacing setting). What is
going on????
Andrew
btw- there are 17 cols (I've tried using the same and different number of
cols in each row--same result).
<HTML>
<BODY>
<TABLE align="center" cellspacing="0" cellpadding="0" border="1">
<TR>
<TD colspan="15">XXXXXXXXXXXXXXX</TD>
<TD colspan="2"> </TD>
</TR>
<TR>
<TD colspan="7">1234</TD>
<TD colspan="1">M</TD>
<TD colspan="9">LAST</TD>
</TR>
</TABLE>
</BODY>
</HTML>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA