View Single Post
  #1  
Old 08-07-2007, 02:36 PM
 
zebu zebu is offline
 

eXpert
  
Join Date: Oct 2006
Posts: 310
 

Default Chane button location on the Product Details page

Hi have added , both a "Continue shopping" and "Checkout" Button to my product detials page using the following code in the add_to_cart.tpl However the buttons show up vertical, one above the other, how can i display them side by side across the page (with a little hite space in between)??

HTML Code:
{include file="buttons/button.tpl" button_title=$lng.lbl_add_to_cart href=$href title=$title style=$style} {include file="buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"} {include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout"}

many thanks Zane
__________________
Version 4.7.7
Reply With Quote