I want to put a button on the product page to take the user up a section, and it needs to sit next to the 'add to cart' button which is a standard grey windows style button
I obviously want my 'up' button to match, so what code do I use to get a button like that...?
Code:
<INPUT TYPE="IMAGE" SRC="buy-button.gif" NAME="1193" WIDTH="96" HEIGHT="25" BORDER="0" ALT="Add this item to your shopping basket">
Comment