PDA

View Full Version : Not sure what this html validation error is telling me



deronsizemore
09-24-2006, 08:05 PM
http://validator.w3.org/check?uri=www.kentuckygolfing.com

AmbulanceBlues
09-24-2006, 08:58 PM
That second DIV tag has no closing bracket, and no closing div tag, far as I could tell. At least when I went to view source.



<div id="middlecontent">
<div
<form action="/index.php" method="get">
<input type="hidden" name="s" value="search" />
<fieldset id="search">
<legend>Search</legend>
<label for="query">Search</label><br />
<input id="query" name="q" size="22" type="text" value="" />
<button type="submit">Search!</button>
</fieldset>
</form>
</div>

deronsizemore
09-25-2006, 04:11 AM
Ah...thank you! I kept looking for something in the form code! :-)