Forum Moderators: open
I can not understand why the table with id=sub, don't accept the command height="100%" in this case:
<table width="100%" border="1" cellpadding="0" cellspacing="0" id="main">
<tr>
<td valign="top"><table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0" id="sub">
<tr>
<td> </td>
</tr>
</table></td>
<td width="702" valign="top"><p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
please help
<table width="100%" border="1" cellpadding="0" cellspacing="0" id="main">
<tr>
<td valign="top" width="100%"><table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0" id="sub">
<tr>
<td> </td>
</tr>
</table></td>
<td width="702" valign="top"><p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>