Micky Mourelo wrote:
<label for="field"><input type="radio" id="field" name="" />...
You don't need to set the for and id attributes when the input is within the label because the association is implicit.
In this case you would set the labels to inline. But in reality I would recommend either forgetting about the legend
The legend is a required child of fieldset. -- Lachlan Hunt http://lachy.id.au/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
