Validation Error is doing my head in!

in my XHTML 1.0 Strict! document, I get the following error on a form in the page:

Line 540, Column 59: document type does not allow element “input” here; missing one of “p”, “h1”, “h2”, “h3”, “h4”, “h5”, “h6”, “div”, “pre”, “address”, “fieldset”, “ins”, “del” start-tag

<input type=“text” name=“txtSearch” class=“search-input” />

Edit: Fixed!

Probably needed a start tag of some sort before it eh? :wink:
Glad you figured it out.

Indeed, was working on it all night, and then suddenly I didn’t see it anymore.