View Single Post
  #9  
Old 11-09-2009, 02:33 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Make Add To Cart Button Bigger

yes you should change this

<tr>
<td>
<{$img_type} src="{$ImagesDir}/but1newbutton.gif" class="atcSide" alt="{$title|escape}" />
</td>
<td class="atcButton"{$reading_direction_tag}>
<font class="atcButton">{$button_title}</font>
</td>
<td>
<img src="{$ImagesDir}/but2newbutton.gif" class="atcSide" alt="{$title|escape}" />
</td>
</tr>

to this

<tr>
<td class="atcButton"{$reading_direction_tag}>
<div><img src="{$ImagesDir}/mybuttonimage.gif" alt= add to cart" />
</td>
</tr>
__________________
xcart 5.1.2
Reply With Quote