/tutorials/forms/article.php/3479161/So-You-Want-An-Image-Starting-Your-Form-Huh.htm
By Joe Burns
Thanks for your input
<INPUT TYPE="image" SRC="hgbutt.gif" HEIGHT="24" WIDTH="129" BORDER=0 ALT="picture button">
Notice it's the same format as the normal link button except instead of the type being "SUBMIT", it's now "IMAGE". The SRC has to be added to call for the image and the height, width, border, and alt commands define the image for the browser, and lose the blue border that comes with an active image link.
I hope you can use this in your own pages!
Enjoy!