|
Posted by Bone Ur on 11/18/07 18:31
Well bust mah britches and call me cheeky, on Sun, 18 Nov 2007 14:43:40 GMT
Nick scribed:
> Trying to go strict also gives me an error that I don't understand:
>
> # Error Line 57, Column 81: document type does not allow element
> "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6",
> "PRE", "DIV", "ADDRESS" start-tag.
>
> ...box" maxlength="30" class="searchbox">
>
> ...but DIV is not missing, it is situated exactly before the INPUT
> tag.
Not that I see:
<form name="search" action="searchresult.php" method="get">
<input type="text" name="searchbox" size="19" maxlength="30"
class="searchbox">
</form>
Some block element as cited must be _inside_ the form and contain the
input. (Just for the record, though, I think it's stupid, too.)
--
Bone Ur
Cavemen have formidable pheromones.
Navigation:
[Reply to this message]
|