View Single Post
  #4  
Old 01-25-2006, 09:31 AM
 
balinor balinor is offline
 

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

Default

Ok, then you will want to open up customer/main/products_t.tpl. Each of the products are in a table cell. The easiest way to get a border is to just give each cell a border color. You can add this bit of code to the <td>:

style="border: 1px solid #cccccc;"

Replace #cccccc with the actual hex color you want to use. Play with the cellpadding and cellspacing of the table itself to achieve the effect you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote