Can somebody check my code. I am trying to center the main thing section and the picture logo. I am fairly new to CSS, and im jsut making the site to learn.
If you have any suggestions that would make the design better, feel free to criticize. I know its kinda crappy and pointless, but i dont have any other reason to make a website.
You have to put text-align: center in the rules for #main - that will center the CONTENTS of the div.
There is no reason to use position:fixed, especially since you're not 'fixing' the background in place. I think you are mistaking that for position:absolute, which is also not a good solution.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
awesome, thanks a bunch. What about the school page, where i have 4 divs that i would like to center as a whole. I tried to use a container, but that didnt seem to work.