I want to center my page. How do I do that. it was I somehow I messed it up
I want to center my page. How do I do that. it was I somehow I messed it up
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.
Add margin:0 auto; to:
#container {
overflow:hidden;
padding:0;
width:940px;
}
in style.css.
Thanks fixed
This topic has been closed to new replies.