Forum Moderators: open
Using HTML 4.01 Transitional:
end tag for element "A" which is not open
...0wht.gif" alt="Google" border="0"></a>
----------
well if I remove the </a> it makes everything under it linked to google.
what do I need to do to get it working? thanks.
<FORM method=GET action=link />
<a href=link accesskey="g"><img src="logo" alt="Google" border="0">Google</a>
<label for="Google">
<INPUT TYPE=text name=q id="Google" size=31 maxlength=255 value="">
</label>
<INPUT type=submit name=sa VALUE="Search">
<input type=hidden name=domains value="school">
<br>
<label for="searchGoogle">
<input type=radio name=sitesearch id="searchGoogle" value="">
Search Google</label>
<label for="searchschool">
<input type=radio name=sitesearch id="searchschool" value="schoolhere" checked>
Search school</label>
The worst ones for me are the ones where I somehow remove a close quote accidently, leaving the quote open - "yes, I know I have an error somewhere, but where on earth could it be." It is common when scanning mark-up to see the open quote on the left and not notice that it has no partner to the right.
I'd love to see the routines that search engines use to handle the tag soup they must deal with every minute. They've got to be making assumptions just to try some elementary level of error-recovery.
Even if you're writing transitional mark-up, I think that quoting all attributes is a very good habit to form.