View Single Post
  #3 (permalink)  
Old Jan 28th, 2008, 22:42
Manic056 Manic056 is offline
New Member
Join Date: Jan 2008
Location: London
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Longness Page?

Quote:
Originally Posted by unitedcraig View Post
Could be something to do with

HTML: Select all
  <div id="page-bottom">&nbsp;</div>
</div>
Because if you look at your page without css, there is a long gap at the bottom
I thought that too, but look at the bottom of the code on each of the pages:

<div id="content-2-bottom">&nbsp;</div>
</div>
<div id="footer">
<p>&copy; 2007 Computer Krayzee. All Rights Reserved.</p>
</div>
<div id="page-bottom">&nbsp;</div>
</div>
</body>
</html>

They are identical, the one without the problem and the one with. :S
Reply With Quote