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