N
Nathan Sokalski
I have a table that I want to be the entire height of the browser window. To
do this, I used the following table layout:
<table border="0" cellpadding="0" cellspacing="0" class="MarginPaddingZero"
height="100%" width="100%">
<tr><td align="center" bgcolor="#a080c0" colspan="2"
width="100%"></td></tr>
<tr height="100%">
<td valign="top" nowrap="nowrap" align="left" bgcolor="Silver"></td>
<td class="ContentCell" valign="top" width="100%"
align="center"></td>
</tr>
</table>
The width="100%" seems to be doing what I expect, but the height="100%" does
not seem to be doing anything. What do I need to do to make my table span
the entire height of the browser window? Thanks.
do this, I used the following table layout:
<table border="0" cellpadding="0" cellspacing="0" class="MarginPaddingZero"
height="100%" width="100%">
<tr><td align="center" bgcolor="#a080c0" colspan="2"
width="100%"></td></tr>
<tr height="100%">
<td valign="top" nowrap="nowrap" align="left" bgcolor="Silver"></td>
<td class="ContentCell" valign="top" width="100%"
align="center"></td>
</tr>
</table>
The width="100%" seems to be doing what I expect, but the height="100%" does
not seem to be doing anything. What do I need to do to make my table span
the entire height of the browser window? Thanks.