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