Why is my Sidebar not validating?
-
Error 1: Line 231, column 58: document type does not allow element “form” here; assuming missing “li” start-tag
<form method=”get” id=”searchform” action=”/index.php”>
Error 2: Line 232, column 27: there is no attribute “onClick”
<input type=”text” onClick=”if(this.value==’Search and Enter’) this.value=”;” v
Error 3: Line 232, column 137: end tag for “li” omitted, but OMITTAG NO was specified
…er” name=”s” id=”s” /></form>
Error 4: Line 231, column 4: start tag was here
<form method=”get” id=”searchform” action=”/index.php”>
I’ve checked and doublechecked the code in sidebar.php, but to no avail. Code is pretty much the same as the kubrick default sidebar so what gives?
Any help is appreciated
- The topic ‘Why is my Sidebar not validating?’ is closed to new replies.