I would like to change the "Add to Cart" button to an image of a button more in line with my page style.
The button code from Act_CartButton.html looks like
How do I keep the INPUT TYPE Submit but change to an image, example MyButton.gif
Thanks, S.
The button code from Act_CartButton.html looks like
Code:
<!-- CartButton HTML begin --> <!-- This template is used for the add to cart button. --> <P><INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:BUTTONLABEL" NAME="NETQUOTEVAR:BUTTONNAME"></P> <!-- This template is used for the add to cart button. --> <!-- CartButton HTML end -->
Thanks, S.
Comment