form
You are browsing the form tag archive.
Custom Form Buttons
You have a form with the basic “send” button to submit your info. But, you would like to use your very own cool graphic for the send button instead. Here’s how…
Here is an example of the send code:
<input type=”submit” value=”Send”>
Here is an example of how to use a graphic for the send button:
<input type=”image” name=”Submit” [...]



