Hello, I'm very new to CSS, and it's driving me absolutely crazy. I'm trying to do a simple design, but I just can't get it to work. What I want is one column centered on the page that is 800 pixels wide with a header in the top and a footer in the bottom. Should be easy enough, but I can't get it to work... An example of what I'm trying to accomplish is here: http://www.michaeljaylissner.com/onecol.htm Can somebody please help me? I've been working non-stop on this problem for days now.
1) validate your html code. 2) remove all the occurrences of height:100%; 3) remove all the occurrences of position:absolute; 4) add clear:both; in #footer
Here is the layout you requested: http://www.pmob.co.uk/temp/1colcentred.htm I would suggest this site to figure out a lot of CSS issues. http://www.pmob.co.uk Lots of tutorials there from a CSS guru. Just dissect the code and start learning that way.