Log in

View Full Version : Blank Space at Bottom of Pages


i_stainbrook
09-02-2008, 23:54
Can anyone offer some help?

On a few (not all) of the pages on our team's website, there is a large amount of blank space at the bottom, sometimes taking up as much space as the page content itself. It seems to only occur here (http://www.technotitans.org/generalinfo.php), here (http://www.technotitans.org/finances.php) and here (http://www.technotitans.org/committees.php). It's baffling to me that it's only occurring on some pages, because when I compare a page with the blank space to one without, I cannot spot a difference.

Thanks in advance!

schmidtz
10-02-2008, 00:03
it doesnt show up in the hyperlinks you posted.... :confused:


or are you talking about the frame on the side?

spinmunky
10-02-2008, 00:24
I see what your talking about. are you hand coding or using Dreamweaver?

TheOtherGuy
10-02-2008, 00:24
looks like you have a css styling error:

http://img90.imageshack.us/img90/6218/marginbottomnv5.th.jpg (http://img90.imageshack.us/my.php?image=marginbottomnv5.jpg)

the margin-bottom is set to 70% on these pages... may want to change that ;)

i_stainbrook
10-02-2008, 12:04
looks like you have a css styling error:

http://img90.imageshack.us/img90/6218/marginbottomnv5.th.jpg (http://img90.imageshack.us/my.php?image=marginbottomnv5.jpg)

the margin-bottom is set to 70% on these pages... may want to change that ;)

Thanks so much. That fixed the problem. :)