Posted by Toby Inkster on 10/05/20 11:16
mark | r wrote:
> i want the label to be for the group of radio buttons, i dont want 1,2,3,4
> etc as independent labels next to each radio button because that doesnt make
> sense visualy
What makes sense visually is irrelevent in HTML. That's what CSS is for.
Label each individual radio button and then hide the labels using
display:none.
If you need to define a semantic relationship between a question and a
group of radio buttons, use another method -- e.g. table row headers.
http://examples.tobyinkster.co.uk/radio-buttons
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|