Подскажите, как таблицу <!--Тело таблицы--> растянуть на весь лист, ставлю параметр height="100%" - он вылезает за страницу и появляется скроулинг
Делается все дивами, а как не знаю)
<body text="#000000" topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<!--Заголовок таблицы-->
<table width="1200" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="75" background="../dataimg/fon_title.gif"> </td>
</tr>
<tr>
<td height="77" bgcolor="#DEDEDD"> </td>
</tr>
<tr>
<td height="13" bgcolor="#DA251D"> </td>
</tr>
</table>
<!--Тело таблицы-->
<table width="1200" height="100%" border="5" align="center" cellpadding="0" cellspacing="0">
<tr>
<td > </td>
</tr>
</table>
<!--Подвал-->
<table width="1200" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style='text-align: right'></div>
</td>
</tr>
</table>
</body>