Custom Submit Button

You can customize the submit button with the one of the examples below.
First you will need to locate the following code for the default sumit button.
<input type="submit" value="Continue to Secure Server">

The following example will allow you to change the color of the submit button:





The simplest way to use an image as a submit button is by employing the <INPUT> HTML form tag.
(Make sure you replace "button.gif" with the name of your image.)



Here is an example of a mouse over image using Javascript for the submit button.
(Make sure you replace "button.gif" with the name of your image.)




The following example will disable the submit button in order to prevent a customer from clicking it more than once.