Forum Moderators: open

Message Too Old, No Replies

Code to make image a submit button

         

kapow

2:12 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can anyone tell me the html code to make an image into a form submit button? e.g. an image that says "Go!".

musicales

2:14 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



first create your image and call it, say, go.gif
then it's simply

<form action="form.htm" method="post">
<input type="image" src="/images/go.gif">
</form>