Forum Moderators: open
<input type="image"...creates a graphical submit button, as opposed to
<input type="submit"...which just creates a regular submit button.
eg.
<input type="image" src="mybutton.gif" alt="Submit this form..." name="submitbtn" id="submitbtn">
Input control types...
[w3.org...]