I would like to change the formatting of the comments form. I am using a theme based upon twentyten, which displays the label of a form element to the left of the form element.
ex.
Email * [email form element]
Instead I want to display the label for the form element to the right of the form element.
ex.
[email form element] Email *
I assume I would use the $fields array to specify the HTML for each form element and somehow pass that to the comment_form() but I don't how to do this.
How do I accomplish this?