Help with using my own 'Submit' and other buttons.

liunx

Guest
I'd like to know how to use my own images(gif/jpeg) for the 'Submit'/'Go!' buttons.That is,I have created my own button using an image editor with colors that'll blend with my site and I need to know how I use them instead of the normal 'Submit' button that appears when I put in <input type="Submit"....>in my form code.<br />
<br />
Pl help.<!--content-->replace input type with image input<br />
<br />
i.e.<br />
<br />
<input type="image" name="Submit" src=http://www.htmlforums.com/archive/index.php/"submit.gif" value="Submit For Quote" ><br />
<br />
HTH<!--content-->
 
Back
Top