I prefer to use the <button> tag myself. I usually use something like this:
<button type="reset"> <img src="reset_graphic.jpg"> </button> Anything you put between the <button> and </button>, be it text or graphics, becomes a button. Give it a try! -t On Fri, 11 Mar 2005 11:30:40 -0500, Robert Orlini <[EMAIL PROTECTED]> wrote: > Thanks all. It worked! > > -----Original Message----- > From: JediHomer [mailto:[EMAIL PROTECTED] > Sent: Friday, March 11, 2005 11:22 AM > To: CF-Talk > Subject: Re: OT: reset button > > Use a bit of javascript instead? > > something like > > <input type="image" border="0" src="images/login.gif" value="Reset" > name="B2" onclick="this.form.reset(); return false;"> > > HTH > > On Fri, 11 Mar 2005 11:11:51 -0500, Robert Orlini <[EMAIL PROTECTED]> wrote: > > Is there a way I can use an image for a reset button? > > > > For a submit I have: <input type="image" border="0" src="images/login.gif" > > value="Login" name="B1"> > > > > How different is the coding for the reset button? > > > > Thx. > > > > Robert O. > > HWW > > > > -- > > No virus found in this outgoing message. > > Checked by AVG Anti-Virus. > > Version: 7.0.308 / Virus Database: 266.6.4 - Release Date: 3/7/2005 > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198428 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

