Posted by temujin on 05/10/07 06:25
Dear Group,
I´m trying to create a simple table in HTML. With this basic code,
the result is a table with each cell having a frame around it,
separation between to adjacent cells are thus 2 solid lines as each
cell has a frame around it and a lot of space wasted.
Is there any way to avoid this, i.e. to get a simple table with only
one line element between each cell?
<TABLE WIDTH="100%" BORDER=1 RULES=ROWS CELLPADDING=0>
<TR>
<TD> some text</TD>
<TD> some text</TD>
</TR>
</TABLE>
regards
temu
[Back to original message]
|