Has the LABEL Tag for forms been depreciated? If so, how do I fix this?
I am using the standard MT search form, but in validation I am receiving:
CODE
Line 284, column 12: there is no attribute "form" (explain...).
<label form="search" accesskey="4">Search this site:</label><br />
<label form="search" accesskey="4">Search this site:</label><br />
Here is the form:
CODE
<form method="get" action="http://path.../mt-search.cgi"><input type="hidden" name="PHPSESSID" value="ff9f5f1dea1f22fae2456e6b380ba391" />
284: <label form="search" accesskey="4">Search this site:</label><br />
285: <input name="search" size="20" class="search" /><br />
286: <input type="submit" value="Search" style="padding:0px;margin-top:2px;font-size:11px;border:1px solid #000;background:#CCCCCC;" />
287: <input type="hidden" name="IncludeBlogs" value="2" />
288: </form>
284: <label form="search" accesskey="4">Search this site:</label><br />
285: <input name="search" size="20" class="search" /><br />
286: <input type="submit" value="Search" style="padding:0px;margin-top:2px;font-size:11px;border:1px solid #000;background:#CCCCCC;" />
287: <input type="hidden" name="IncludeBlogs" value="2" />
288: </form>
Also what can I use other than a <nobr>? I need it in one spot, for a particular piece of Javascript.