I\'m trying to use the Jquery validation plugin to validate my form. I have error messages appearing to the right of most of my input elements, but radio buttons are giving me n
Just use some CSS:
#myform div.group label.error {float:right;padding-left:10px;}