Page 1 of 1

change default submit button on html forms

Posted: Thu Sep 28, 2006 7:38 pm
by aceconcepts
I am using an html form to post input values but i do not want to use the default submit button provided.

Is there anyway of using an image file as the button but still submits the form values?

Posted: Thu Sep 28, 2006 7:40 pm
by wtf

Code: Select all

<input type="image" src="path/to/image.gif" />
or CSS

http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html