Riparian Posted May 4, 2011 Share Posted May 4, 2011 I am trying to have the text alongside the radio button trigger the radio button (cannot use < a href ) e.g. () Trigger with this text The closest I have found is <label for="r1"><input type="radio" name="group1" id="r1" value="1" /> button one</label> But it does not seem to work? Any help greatly appreciated Link to comment https://forums.phpfreaks.com/topic/235467-help-with-radio-button/ Share on other sites More sharing options...
cssfreakie Posted May 4, 2011 Share Posted May 4, 2011 try <label for="r1">fatmonkeys</label><input type="radio" name="group1" id="r1" value="1" /> Link to comment https://forums.phpfreaks.com/topic/235467-help-with-radio-button/#findComment-1210161 Share on other sites More sharing options...
Riparian Posted May 4, 2011 Author Share Posted May 4, 2011 Excellent... works perfectly Thank you ! Link to comment https://forums.phpfreaks.com/topic/235467-help-with-radio-button/#findComment-1210167 Share on other sites More sharing options...
cssfreakie Posted May 4, 2011 Share Posted May 4, 2011 Excellent... works perfectly Thank you ! cheers! Link to comment https://forums.phpfreaks.com/topic/235467-help-with-radio-button/#findComment-1210172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.