PDA

View Full Version : Excess Blank Space


antrixx
06-Oct-2003, 01:18 AM
I'm busy designing a site at the moment and there is unnecessary blank space at the bottom of the pages. I have been into the design files and the spacing is fine there. Any ideas?

Site is http://www.antrixx.co.uk if you want to see what I mean.

NormanRouxel
06-Oct-2003, 08:03 AM
You have quite a few <table... and <td... tags with big heights set. These are probably c ausing it. In particular I noticed a large cell just under the

"This site is under construction" bit containing.

<TD vAlign=top align=middle width=640
background="Antrixx Computers_files/pxl_black.gif" height=873>

This is probably the culprit. If not just hunt through Act_Primary.html for any "height=" tags and see if they make sense.

One way to check these things is to use Internet Exporers "Save As" / "Web Page Complete" and to then open that saved page in Dreamweaver so you can see what the cells look like.

Hope that helps.

Norman

antrixx
06-Oct-2003, 08:55 AM
Thanks, I don't know how I didn't notice that before