Hallo Claus,
ganz einfach. <div> erzeugt einen Absatz-Abstand, genau wie <p>. Ohne <div>
ist es mit height="100%" goldrichtig (für NC).
<div>
<table height="100%" width="100%" border=1 cellpadding=0 cellspacing=0>
<tr>
<td width="100%" height="100%"> </td>
</tr>
</table>
</div>
CYa
GONZO