Netscape(nesting tables and background images)From Jay Browne on 30 August '99
When I nest a table in a cell like this <td background=image.gif> <table><tr><td>test</td><tr></td></table> </td>
Each cell in the nested table gets the background
images that was declared to be in the cell. This
only happens in Netscape. I was wondering if anyone
knows a work around or a proper way to do this..