Forum Moderators: not2easy
body { margin:0; padding:0; height:100%; width:100% }
then within the body is a two row table:
<table width="100%" height="10%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FF0000" summary="">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
suggestions greatly appreciated!
<table width="100%" height="10%" border="0" cellpadding="0" cellspacing="0"
bgcolor="#FF0000" summary="">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
With the above code the table cell will not show. For NN 4.X to show this cell you need something in the <td></td>. Just place a clear GIF image and the table cell should show up.
Brian