Thread: Height = 100%
View Single Post
Old 07-31-2004, 02:54 PM   #2 (permalink)
Jim
Inactive
 
Jim's Avatar
 
Join Date: 07-05-04
Location: İstanbul
Posts: 362
iTrader: 0 / 0%
Latest Blog:
None

Jim is on the right pathJim is on the right path
This may give you an idea:

[code:1:3917171e94]<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[HEADER]</td>
</tr>
<tr>
<td height="100%">&nbsp;</td>
</tr>
<tr>
<td>[FOOTER]</td>
</tr>
</table>
</td>
</tr>
</table>[/code:1:3917171e94]

[FOOTER] always appear at the bottom of the page with this structure.

Edit: I've also added [HEADER] to the top.
Jim is offline   Reply With Quote