Quote:
Originally Posted by Halloween2007
How can I bring my website to the center of the page?
|
You need edit class "TABLE.Container" in the file "skin1/skin1.css":
PHP Code:
TABLE.Container { width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
width:960px - width central part.