Click to See Complete Forum and Search --> : (kinda not PHP) but how do I make a radio button appear, but one being selected


Mythic Fr0st
12-02-2006, 05:02 AM
Heres my problem

I have 2 radio buttons, how do I make one appear

E.G

Male/female button

Male O female O

how do I make Male O radio button, appear selected? so you have to choose one

NogDog
12-02-2006, 06:30 AM
Add the checked attribute (http://www.w3.org/TR/html4/interact/forms.html#adef-checked) to the INPUT element in question.