Hi guys I am trying to put two tables one ontop of each other however I am getting maybe a 1-2pixel gap when my background image is applied to both rows. For example:
<--- GAP APPEARS HERE IN LAYOUTHTML Code:<table width="97%" border="0" cellspacing="15"> <tr> <td background="bg"> </td> </tr> </table>
I have tried styling through .css but it makes no difference and I suck at doing tableless layouts, just too many variables for little ole me so take in. Can anyone advise a setting which may work?HTML Code:<table width="97%" border="0" cellspacing="15"> <tr> <td background="bg"> </td> </tr> </table>







Bookmarks