|
levins -> </td> tag missing (6/30/2006 1:28:04)
|
It is just one error after another for me tonight... I have looked at this a long time and can not figure it out. Maybe a fresh pair of eyes can find the problem. Thanks for the help. http://www.jonmichaelhomes.com/home.htm Error Line 115 column 8: end tag for "TABLE" omitted, but its declaration does not permit this. </td> You forgot to close a tag, or you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed. The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag. ✉ Info Line 68 column 2: start tag was here. <table border="0" cellpadding="0" cellspacing="0" width="100%"> Error Line 195 column 4: end tag for element "TD" which is not open. </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.
|
|
|
|