Extending page?

I have a page that is too short... How can i make it so that the layout will extend to the bottom of the screen? <br />
<br />
See or yourself: <!-- m --><a class="postlink" href="http://www.cbgserver.com/server.shtml">http://www.cbgserver.com/server.shtml</a><!-- m --><br />
<br />
I tried making a table with a Height of 100% but doesnt work.. thanks!<!--content-->I dont see why it shouldnt work. Try using the height="100%" inside the <tr> and <td> tags as well.<!--content-->Originally posted by CivHatchH22 <br />
I tried making a table with a Height of 100% but doesnt work.. thanks! <br />
<br />
You need a master table that is 100% height. Right now you are using many tables and they are not all nested tables so not a single one of them can be set to height=100% and expect it to go all the way to the bottom:<br />
<br />
generic example:<br />
<br />
<table height=100% width=100%><br />
<tr><br />
<td><br />
all other code here<br />
</td><br />
</tr><br />
</table><!--content-->look<!--content-->Originally posted by Fennec Warrior <br />
look <br />
<br />
Whats the purpose of this post? Please do not post gratuitous or irrelevant messages, thanks.<!--content-->
 
Back
Top