I'm sure this has been asked before, but I'll ask again to be sure anyway. Is there anyway to make a table be 100% the height of a page? (Without using JS of course
- Dylan
Moderator: General Moderators
Code: Select all
<table height="100%">Code: Select all
<table style="height:100%;">Code: Select all
<table width="100%" style="height:100%;"><tr><td width="100%" height="100%" align="center" valign="middle">hello</td></tr></table>