View Single Post
  #4  
Old 01-10-2007, 03:57 PM
 
balinor balinor is offline
 

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

Default Re: Different design in column layout

Well, customer/home.tpl is the main template which contains the three columns. YOu would need to assign a different style to each <td> tag which controls the columns. For example:

<td class="left">

and then in the skin1.css stylesheet:

.left {background-color: blue;}

Make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote