Forum Moderators: open
The only problem browser is Netscape 4 (of course) which will tile a table background in each table cell. This can be avoided by using a transparent Gif as a background on individual table cells.
If you're using style sheets (which you really should be) try something like:
.tablebackgroundclass {background-image:url(/pathto/background.gif)}
and apply it to your table tag:
<table class="tablebackgroundclass"> ... </table>