Page layout problem (html included)

liunx

Guest
Hello everyone,<br />
<br />
I have a web site I'm working on. I've sliced it up, exported as html from photoshop, created a new table (100% width) and placed the entire thing in that, center aligned. I set the background colors (this is all routine) so here's my problem: the bottom of the page has space and it's really not supposed to. I don't know why it's showing extra space and need to get rid of it.<br />
<br />
Anyone know how to fix this? Here's what it looks like:<br />
<br />
<!-- m --><a class="postlink" href="http://www.phunctional.com/36_Degrees/index.html">http://www.phunctional.com/36_Degrees/index.html</a><!-- m --><br />
<br />
At first it doesn't look like anything is wrong. That's because I've got a few cells that will continue on the texture, so it basically SHOULD wrap to the complete bottom (and therefore adjust according to different screen resolutions). But when you scroll all the way down, you see that blank space and that's really not supposed to be there. I would appreciate anyone's help!<!--content-->Try removing the table height information. Tables usually default to the height of the content anyway. Adding height information can confuse things.<br />
<br />
Peg<!--content-->Amazing response. Fixed everything, thank you very much Pegasus!<!--content-->*lol* You're welcome, Dyjytyl. I had to learn it the hard way, so passing the information on doesn't make me feel quite so silly as to do it in the first place. I made a lot of other mistakes with my first site, too. ;)<br />
<br />
Peg<!--content-->Well it's by no means my first site, but I don't usually mess around much with that type of formatting. Thanks again :)<!--content-->
 
Top