Hi guys,
I would like to know if it is possible to replace the dull-looking "submit" button in a form with my own image of a button?
Thanks,
Zaf
| SitePoint Sponsor |
Hi guys,
I would like to know if it is possible to replace the dull-looking "submit" button in a form with my own image of a button?
Thanks,
Zaf
This has nothing to do with ASP really. I'll move it for you. In the meantime, your answer is:
HTML Code:<input type="image" name="submit" src="/images/myimage.gif" />





don't forget to include border="0" otherwise you will get an outline in some browsers
I would like to know if it is possible to replace the dull-looking "submit" button in a form with my own image of a button?
this one could work too
<button type=submit><img src="button.gif"></button
Bookmarks