CSS Validation failure related to XML

wxdqz

New Member
Please enter "bell" (less quotes inot the search box of this page this page (<!-- m --><a class="postlink" href="http://www.castlehillclub.com">http://www.castlehillclub.com</a><!-- m -->). This will take you to the results page, which validates as XHTML 1.0 Transitional, yet CSS validation fails with the nessage:

Please, validate your XML document first!
Line 115
Column 96
Element type "input" must be followed by either attribute specifications, ">" or "/>".

The code of Line 115 is:

<label for="zoom_query">Search for:</label><input type="text" name="zoom_query" id="zoom_query"size="20" value=http://www.webdeveloper.com/forum/archive/index.php/"bell" class="zoom_searchbox" />


This is my first attempt at a serious XHTML page. I normally code in HTML 4.01 strict. I am using XHTML transitional, because that is what the search-engine software I am using appears to expect. The page is, of course, dynamically generated - and the affected line is generated in a php file.

I cannot see the fault in the line challenged by the CSS validator - I'd be grateful for advice.
 
Back
Top