please help me see where i have gone wrong with this layout,
the nav buttons are 20px high and i want the table to be the same hight ie: the black background, at www.myactinic.co.uk http://www.myactinic.co.uk
here is all code from said table which sits below table containing top graphic
<table width="100%" border="0" cellpadding="0" bgcolor="#000000">
<tr>
<td height="20"> </td>
<td width="762" height="20" align="left"><table width="100%" height="25" border="0" cellpadding="0">
<tr>
<td width="114" height="20">NETQUOTEVAR:NAVBHOME</td>
<td width="114" height="20">NETQUOTEVAR:NAVBSITEMAP</td>
<td width="114" height="20">NETQUOTEVAR:NAVBMAIL</td>
<td width="114" height="20">NETQUOTEVAR:NAVBINFO</td>
<td height="20" align="right"> </td>
</tr>
</table></td>
<td height="20"> </td>
</tr>
</table>
the nav buttons are 20px high and i want the table to be the same hight ie: the black background, at www.myactinic.co.uk http://www.myactinic.co.uk
here is all code from said table which sits below table containing top graphic
<table width="100%" border="0" cellpadding="0" bgcolor="#000000">
<tr>
<td height="20"> </td>
<td width="762" height="20" align="left"><table width="100%" height="25" border="0" cellpadding="0">
<tr>
<td width="114" height="20">NETQUOTEVAR:NAVBHOME</td>
<td width="114" height="20">NETQUOTEVAR:NAVBSITEMAP</td>
<td width="114" height="20">NETQUOTEVAR:NAVBMAIL</td>
<td width="114" height="20">NETQUOTEVAR:NAVBINFO</td>
<td height="20" align="right"> </td>
</tr>
</table></td>
<td height="20"> </td>
</tr>
</table>
Comment