Re: table background in Netscape?
From David A on 3 April '02
replying to table background in Netscape? posted by brian
-
Add 'bgcolor=' to the td or inner table
>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>
|