Page validation error: Attribute name not allowed on element div at this point
-
The website is not validating because of an error that comes in after the form tag – in the div under the class “label”.
Validation error: “Attribute name not allowed on element div at this point”
This is the portion highlighted
<div class=”option hiddend” ); ?>”>The topic is covered here at Stackoverflow:
https://stackoverflow.com/questions/4962070/attribute-name-not-allowed-on-element-div-at-this-pointFound the relevant css — shouldn’t be a “name” class, but an “id” ?
.hiddend {
display:none;
}Not sure which file I need to revise in the php or js to fix this… any help would be appreciated.
Thx!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Page validation error: Attribute name not allowed on element div at this point’ is closed to new replies.