View Single Post
  #9  
Old 07-07-2008, 02:26 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Moving the site to the center

Another way to do this with css, and one less element in your html:

in your css file, change the TABLE.Container element to:

Code:
TABLE.Container { width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }

Accomplishes the same thing. Of course, edit the background-color to what you want it to be.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote