The Submit and Reset buttons are HTML elements, and are limited by
HTML standards.
The Submit button can be replaced by your own image, as in
<input type="image" src="path/to/imagename.gif">
Clicking on this image will always submit the form - but you cannot
use an image for the reset button.
You can also use CSS to style the standard button.
See www.rxs-enterprises.org/tests/search_form.htm for an example.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.