View Single Post
  #2  
Old 04-08-2007, 04:44 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: More Contemporary X-Cart Design

This can all be done using CSS. Rectangle_top.tpl controls the positioning and size of the overall site 'container', so simply making it a fixed width (950px) and centering it will take care of that for you. Adding the border can be done in this template as well using this code:

border: 1px solid #000000

Change the color to whatever you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote