Click to See Complete Forum and Search --> : radio button


roger_nj
03-05-2005, 11:43 PM
Hello,

I need to put an image on a radio button rather than text.
For example in the following code, I would like to replace the 'Car' text with an image. Can someone please help? Thanks.

<INPUT type="radio" name="vehicle" value="Veh1"> Car<BR>

ray326
03-06-2005, 12:04 AM
<INPUT type="radio" name="vehicle" value="Veh1"><img src="hootie.gif"><BR>