Re: table background in Netscape?From David A on 3 April '02
replying to table background in Netscape? posted by brian
On second thought that may not work. What about assiging the
inner table a background graphic that is a solid color image?
>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 bgcolor='#ffffff'>
><tr>
><td>
>THIS IS A TEST
></td>
></tr>
></table>
></td>
></tr>
></table>