Jan 10, 2001 #1 sjf Technical User Jan 1, 2001 56 AU I would like to use graphics for Submit and Reset buttons in a form instead of the the standard issue form button. How do I do this? sjf
I would like to use graphics for Submit and Reset buttons in a form instead of the the standard issue form button. How do I do this? sjf
Jan 10, 2001 #2 luciddream Programmer Nov 8, 2000 712 US <input type="image" src=""> for the submit button. and for the reset button: <a href="#" onclick="document.formname.reset();"><img src=""></a> adam@aauser.com Upvote 0 Downvote
<input type="image" src=""> for the submit button. and for the reset button: <a href="#" onclick="document.formname.reset();"><img src=""></a> adam@aauser.com