Posted July 7 '04 at 11:08 PM
Posts: 161
I'm getting a very weird "form" problem when I run the w3 validator on my site. Here's the link:
http://validator.w3.org/check?uri=ww...tomatically%29
This is what it says:
Line 109, column 4: end tag for "FORM" omitted, but its declaration does not permit this
</TD>
✉
Line 107, column 0: start tag was here
<FORM METHOD="POST" style="margin-bottom: 0; display: inline;" ACTION="login.ph.
Line 116, column 91: end tag for element "FORM" which is not open
...mages/index_18.gif" ALT=""></A></FORM></TD>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
✉
Line 126, column 4: end tag for "FORM" omitted, but its declaration does not permit this
</TD>
✉
Line 125, column 0: start tag was here
<FORM METHOD="POST" style="margin-bottom: 0; display: inline;" ACTION="search.ph
Line 128, column 104: end tag for element "FORM" which is not open
...if" NAME="index_26" ALT=""></A></FORM></TD>
Anyone got any ideas what it means? I can't figure it out