View Single Post
  #12  
Old 11-30-2008, 06:41 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

Quote:
Originally Posted by JWait
I'm not sure why... probably yet another of x-cart's nested tables. Try ..
Code:
<tr> <td>{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}</td> <td align="right" <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>



This should now align up correctly as the buttons were offset up and down slightly
__________________
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