Code: Select all
<table width="100%" height="100%">
<tr><td>Header</td></tr>
<tr><td width="100%" height="100%">Body</td></tr>
<tr><td>Footer</td></tr>
</table>And when there is no body, the footer nicely aligns at the bottom of the page instead of right under the header...
How can this be done using 100% CSS XHTML compliant code???
Cheers