badcode Posted September 7, 2004 Posted September 7, 2004 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
XtremeMaC Posted September 7, 2004 Posted September 7, 2004 it'd be easier to work with a sample code if u can post..
neouser99 Posted September 17, 2004 Posted September 17, 2004 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 cssdisplay: inline;-neo
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now