Hi. I have the following table, and I need the outer border but don't want the cells separated. This works wonderfully in IE, but NS still displays the inner rules. Is there something I can do to get rid of them?
Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
Code:
<table width=100% height=100% border=2 frame=box rules=none>
<tr height=50%>
<td width=50% valign=center align=center>
Some Data
<td width=50% valign=center align=center>
More Data
<tr height=50%>
<td valign=center align=center>
Yet More Data
<td valign=center align=center>
<br>
</table>
Cymtec Systems, Inc.
bgunsalus@cymtec.com