P
prefersgolfing
I like to use %'s when laying out tables. In the source (.aspx or .htm) I'll
enter:
<table width=100% height=100%>
<tr height=50%><td width=50%></td><td></td></tr>
<tr height=50%><td width=50%></td><td></td></tr>
</table>
The page will render as band at the top. Appearantly disregarding the height
entries; the widths are accurate The page presents as expected in the
Designer.
Am I missing something here? Must all heights be px based? Thanks.
enter:
<table width=100% height=100%>
<tr height=50%><td width=50%></td><td></td></tr>
<tr height=50%><td width=50%></td><td></td></tr>
</table>
The page will render as band at the top. Appearantly disregarding the height
entries; the widths are accurate The page presents as expected in the
Designer.
Am I missing something here? Must all heights be px based? Thanks.