How do I use an image for a submit button in my form?

In your form just set your input type to IMAGE and the source to the location of your button. Don't forget the alt tag for the visually impaired.


Here is a sample:

<INPUT TYPE="IMAGE" SRC="/images/place_in_cart.gif" WIDTH="100" HEIGHT="20" ALT="Place Item in Cart" BORDER="0">