At 02:15 PM, 10/18/2001, you wrote: >Hi to all, > >I know that this question doesn't belong to here but please help me out - >if there is solution at all. > >I have to make regular HTML table 2x2 with image as background, which >should "cover" whole table. In Explorer works perfect but in Netscape >background image is tiled in for pieces> Looks like that I put >background="bg.gif" in every <td> tag instead of in <table> tag. > >Any idea how to solve this problem, if it's possible at all. > >Sorry for bothering. > >Afan
yes netscape sucks like that, try netscape 6.0, or put the table within another table's TD example: <table> <tr><TD backround="the background image"> <table> <tr><td>NW</td><td>NE</td></tr> <td><td>SW</td><td>SE</td></tr> </table> </TD></tr> </table> regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]