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="Submit" />
- Replace with: <input border="0" src="/images/submit.jpg" type="image" value="Submit" />
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