Here's how you can replace e submit-button with your own image. Most forms on professional sites use this technique and design their own image button like the one below.
<form method="post" action="cgi-bin/someprogram.cgi">
<input name="yourname" type="text">
<input type="image" value="submitname" src="submit-button.gif" width="80" height="20" border="0" alt="SUBMIT!" name="image">
</form>
No comments:
Post a Comment