Replace the Form submit button with an image
When designing a form with a submit button, how do you utilize an
image for the button instead of using a plain ol' grey box?
No problem, just use this code:
<input type="image" src="picture.gif" name="optional">
|