View Full Version : tables wont hug the bottom of the page


shekki510
07-15-2003, 01:53 AM
Hey, i'm currently working on a website that uses tables and can be seen at http://www20.brinkster.com/dementedtofu/home1.html
however, i came along a little problem with some tables and couln't get around it. At the bottom of the website there is a table which includes "Copyright 2003 Team resonate Bethel". That particular table doesn't seem to hug the ground. For example, the home1.html page seems to stay put the way i want it to stay, however, on the other pages, for example, teh resonate page, the table with the copyright stuff is a couple cm off the bottom. Is there any way to fix this?
Another problem which isnt too big, and im just curious as why this happens but when you first enter the site, and then u click a link, for example the "resonate" link everything seems to move a little to the right, then stays there... i know its small, but any way to fix this?? any help would be appriciated.

shekki510
07-15-2003, 02:05 AM
also another little thing that annoys me is that from the home and pictures part of the site, everything seems to move a little to the right on the other sites. for example, if you goto the pictures part, then click on, for example, resonate, youll see that everything seems to move a little to the right... any corrections on why that is?

for wc3, how do I know what type of doctype tag i put on my website, so i'm able to validate my code at their site (http://validator.w3.org/check?uri=h...&sp=1&verbose=1)?
thanks,

Alcy
07-15-2003, 03:44 AM
With the copyright thing, you could put everything inside a larger table....

<table height="100%" border="0" cellpadding="0" cellspacig="0" align="center">

<tr>
<td>
LAYOUT TABLE HERE
</td>
</tr>

<tr>
<td valign="bottom">
COPYRIGHT TABLE HERE
</td></tr>

</table>