View Single Post
  #3  
Old 09-22-2007, 06:46 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: How do i center my layout

Instead of editing the templates (using a <center> tag is not recommended), you can simply edit the css class that is controlling the entire table --

TABLE.Container

Try adding/editing these elements to TABLE.Container (in skin1.css):

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

There are other ways to do this. This works for me.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote