Jump to content

Getting rid of all the white space at the bottom..


Recommended Posts

Hello everyone,

I am writing a page with HTML, and CSS, though I have had to use some tables as well. Now, after I have relatively positioned everything, it all looks great, but I have about 7 inches of white space at the bottom of the page. I am trying to set the the page height to an absolute value, but I have not had much luck yet. Any help would be great... I am familiar with most programming languages, so please, don't be shy. Thank for your time.

badcode

Link to comment
Share on other sites


  • 2 weeks later...

sounds like you just have a <br> tag somewhere at the bottom.

also remember that most block level elements begin and end with a <br>, so that could be your problem...try making the last block level element on the page inline with css

display: inline;

-neo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...