How to replace the "subscribe" button with an image

To make your subscribe forms or enquiry forms a bit more graphical you can simply change one line of code to use an image instead of the default style button.

Find: <input type="submit" value="Subscribe" />
Replace with: <input type="image" src="/images/submit.jpg" BORDER="0" value="Subscribe" />

Definitions:
src= source url of the image
BORDER= this gets rid of the blue link border around the image
value= calls the action of processing the form

 
 
Home Documentation How to replace the "subscribe" button with an image

Email Marketing Newsletter

First Name:   Your Email Address: