duplicate specification of attribute "class" when validating
-
I am getting this error when trying to validate my site:
duplicate specification of attribute “class”
Which of the two would I be safe removing to clear up this validation error. for both the “user_login” and “user_email”?
Thanks in advance!
Trav
===================================================================
<form name=”registerform” id=”registerform” action=”https://thebalanceyouneed.com/wp-login.php?action=register” method=”post”>
<h1>Not a member yet? Sign Up!</h1>
<label class=”grey” for=”user_login”>Username</label>
<input class=”field” type=”text” name=”user_login” id=”user_login” class=”input” value=”” size=”20″ tabindex=”10″ />
<label class=”grey” for=”user_email”>E-mail</label>
<input class=”field” type=”text” name=”user_email” id=”user_email” class=”input” value=”” size=”25″ tabindex=”20″ />
<label id=”reg_passmail”>A password will be e-mailed to you.</label>
<input type=”submit” name=”wp-submit” id=”submit” value=”Register” />
</form>====================================================================
- The topic ‘duplicate specification of attribute "class" when validating’ is closed to new replies.