K
Korvin
Guest
I have my table set up like this:
<table height="100%" width="900px" align="center" border="5px">
<tr>
<td colspan="2" rowspan="1">Header</td>
</tr>
<tr>
<td width=100px>Nav</td>
<td?<div style="border: 2px solid rgb(0, 0, 0); width: 800px; height: 100%; overflow: auto;">Main</div></td>
</tr>
</table>
the height wont go to 100%....
<table height="100%" width="900px" align="center" border="5px">
<tr>
<td colspan="2" rowspan="1">Header</td>
</tr>
<tr>
<td width=100px>Nav</td>
<td?<div style="border: 2px solid rgb(0, 0, 0); width: 800px; height: 100%; overflow: auto;">Main</div></td>
</tr>
</table>
the height wont go to 100%....