I'm making a page that is to stretch vertically for the whole page ... it works fine in IE, but in NN the spacing gets all blown out. Any ideas?
<body LEFTmargin="0" RIGHTmargin="0" TOPmargin="0" BOTTOMmargin="0" marginHEIGHT="0" marginWIDTH="0" bgcolor="white">
<table cellpadding="0" cellspacing="0" border="1" height="100%">
<tr valign="top" height="314">
</tr>
<tr valign="top">
<td valign="top" bgcolor="000066" width="201">
</td>
<td valign="top" bgcolor="000066" width="599">
</td>
</tr>
<tr height="28">
<td bgcolor="000066" colspan="2" height="28" align="center" valign="middle"></td>
</tr>
</table>
</body>
The center row is where it is to stretch ...
<body LEFTmargin="0" RIGHTmargin="0" TOPmargin="0" BOTTOMmargin="0" marginHEIGHT="0" marginWIDTH="0" bgcolor="white">
<table cellpadding="0" cellspacing="0" border="1" height="100%">
<tr valign="top" height="314">
</tr>
<tr valign="top">
<td valign="top" bgcolor="000066" width="201">
</td>
<td valign="top" bgcolor="000066" width="599">
</td>
</tr>
<tr height="28">
<td bgcolor="000066" colspan="2" height="28" align="center" valign="middle"></td>
</tr>
</table>
</body>
The center row is where it is to stretch ...