Forum Moderators: open
Attribute "BORDER" is not a valid attribute. Did you mean "border"?
I am not sure how to fix this and would appreciate some help. The line of code cuasing the error is:
The line of code the error is on is:
<td align="center" class="boxText"><form name="quick_find" action="http://widget.com/advanced_search_result.php" method="get"><input type="text" name="keywords" size="30" maxlength="30" style="width: 120px"> <input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif" border="0" alt="Search" title=" Search "><br><br><a href="http://widget.com/advanced_search.php"><b>Advanced Search</b></a></form></td>
Thanks
[edited by: Receptional_Andy at 8:18 pm (utc) on April 12, 2009]
Are you sure that's the line? Because I don't see border in caps.
This is one of the current version of the W3C validator's "helpful" error messages, which simply aren't helpful when trying to validate HTML4.
The validator serves the same error message when validating HTML or XHTML, however the the Did you mean "border" message is only relevant in XHTML. The WDG validator [htmlhelp.com] is an alternative that is worth trying.