Forum Moderators: not2easy
The only problem I've found is there is space between the nested tables in the css.
How can I get rid of this space?
Also how can I get the whole of .tdbotmenu to align to the bottom so the white space of .tdmenutop is actually the height I've stated?
Thanks
table#logo { background-color:white;
border-width: 0px;
border-spacing:none;
border-collapse: collapse;
width: 800px;
height:78;
padding:0px;
}
.tdlogo { background-color:white;
border-width: 0px;
border-style: none;
width: 286px;
padding:0px;
}
table#menu { background-color:white;
border-width: 0px;
border-spacing:none;
border-collapse: collapse;
width: 514px;
height:78;
padding:0px;
}
.tdmenutop {background-color:white;
border-width: 0px;
border-style: none;
width: 100%;
padding:0px;
height:37;
}
.tdbotmenu {background-color:#990000;
border-width: 0px;
border-style: none;
width: 100%;
padding:0px;
height:41;
text-align: center;
}
.tdrcorner {etc
}
<table id="logo"><tr><td class="tdlogo"><img src=logo.png alt="Discount Codes Online"></td>
<td><table id="menu"><tr><td class="tdmenutop"> </td><td bgcolor="white"></td></tr>
<tr><td class="tdbotmenu"><h1>Free Trials ¦ Freebies ¦ Competitions ¦ Discount Codes ¦ Links ¦ FAQ</h1></td><td class="tdrcorner"><img src=rcorner.png alt="" border=0></td></tr></table>
</td>
</tr>
</table>