table background in Netscape?
From brian at .
on 3 April '02
-
nested tables in netscape? Wha?
All I want is a table background
then a table inside with no background
<table background="picture.jpg">
<tr>
<td>
<table>
<tr>
<td>
THIS IS A TEST
</td>
</tr>
</table>
</td>
</tr>
</table>
|