View Single Post
  #1  
Old 08-09-2007, 08:43 PM
 
Belgus Belgus is offline
 

Member
  
Join Date: Jun 2007
Location: Kennesaw, GA
Posts: 19
 

Default image background color

hello, I have a quick question....I want to change the border color of my images and based on some previous post, I have to go to product_thumbnail_cust.tpl. Now, when I go there, there is no color# anywhere. is this the right file? I have also checked product_thumnail.tpl but nothing

here is my code:
Quote:
{* $Id: product_thumbnail_cust.tpl,v 1.1.2.2 2006/11/16 10:58:57 max Exp $ *}
<table cellspacing="0" align="center">
<tr>
<td class="ProductTopBorder"><img src="{$ImagesDir}/spacer.gif" alt="" /></td>
</tr>
<tr>
<td class="ProductBorder" align="center">
<a href="product.php?productid={$product.productid}&a mp;cat={$cat}&amp;page={$navigation_page}{if $featured eq 'Y'}&amp;featured{/if}">{include file="product_thumbnail.tpl" productid=$_imageid|default:$product.productid image_x=$products[product].tmbn_x|default:$config.Appearance.thumbnail_width image_y=$products[product].tmbn_y product=$product.product tmbn_url=$product.tmbn_url}</a>
{if $active_modules.Special_Offers ne "" and $product.have_offers}
{include file="modules/Special_Offers/customer/product_offer_thumb.tpl"}
{/if}
</td>
</tr>
</table>
__________________
X-cart Gold 4.1.7
Fashion Mosaic
Linux
Cpanel
Reply With Quote