Web Hosting Talk







View Full Version : HTML question


ClusterMania
03-28-2002, 01:54 AM
How do you make a footer go on the very bottom of a webpage? My footers get inserted but if the page is very short the footers are in the middle of the page.

DaddyPops
03-28-2002, 02:06 AM
I assume you are using a top and bottom include file and you are referring to the fact that your bottom include is showing up in the middle of the page because there is no content. The only way to get around this is to put this inbetween your includes.

<Table height="640">
<TR><TD>&nbsp;(Note Put Page content here)</TD></TR>
</Table>

Please note that this method will vary depending on what resolution the person is using that visits your site.

ClusterMania
03-28-2002, 02:13 AM
Nice idea. Works good with <Table height="500">
<TR><TD> on my screen