View Single Post
  #7  
Old 11-23-2008, 10:48 AM
 
cbostard cbostard is offline
 

Advanced Member
  
Join Date: Dec 2007
Location: USA/ New Jersey
Posts: 47
 

Default Re: help adding a back button to detailed product page

Not sure if im inserting this correctly but it is not spacing them apart. this is how i have it in product.tpl
PHP Code:
<tr>
 <
td>{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}</td>
<
td>
<
img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt=""/>
{include 
file="buttons/button.tpl" button_title="BACK" href="javascript: history.go(-1);" style="button" js_to_href="Y"}
</
td

it acutally offsets them up and down on the same line,
thanks for taking time to answer
Chris
__________________
Version 4.3.1
fancy catagories (enabled)
dynamic image generator 4.1(enabled)
tabbed menu buttons
Cdseo Pro (enabled)
anonymous cart mod (enabled )
skin swap "mod doesnt work well for me"
x-magnafier
xcart Gift registry
Reply With Quote