|
| |
|
|
levins
Posts: 272 Joined: 12/12/2001 From: Hartland WI USA Status: offline
|
</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.
|
|
|
|
Tailslide
Posts: 6267 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: </td> tag missing - 6/30/2006 2:06:40
It's a case of a missing end tag for the table on line 115. Put it back in and check again. Sort out each missing or extra tag at a time and check after sorting each one as you'll probably find that if you clear up one or two then the lot will be sorted.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
levins
Posts: 272 Joined: 12/12/2001 From: Hartland WI USA Status: offline
|
RE: </td> tag missing - 6/30/2006 11:07:16
I did try all this before with no luck. All I get is more errors. I guess I will go back to the drawing board and try breaking down each section again.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|