Forum Moderators: open
It has been brought to my attention that a site of mine has problems when viewed in Netscape.
Most of the problems have been sorted out, but the one I cannot solve is regarding the background to a table. I have set within the <table> tag a background="images/blahblah.jpg".
Netscape appears to be trying to show a new background image in each individual cell of my table, and splitting it up all over the place, instead of showing the one image across the whole table.
I have checked some threads on webmasterworld and can only find reference to a similar problem when a nested table is present. But I have no nested table.
Where have I gone wrong?
do you mean to insert the bgcolor="" in to each <table> tag or every <td> tag?
I have inserted in to the <table> tags and tried the background="" in the inner table, but this hasn't made any difference.
I would also mention one more challenge: lots of browsers don't do well with a JPG background images for a table or table cell. They tend to get the size of the image wrong -- like making it twice as big - a nasty surprise.
If you can convert the background image to a GIF, things may be smoother.