Quote:
Originally Posted by Dismounted
We need to know the errors it tells you...
|
thank you mr dismounted
this is the errors
Validation Output: 26 Errors
-
Line 704, Column 7: end tag for "td" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 693, Column 2: start tag was here. <td class="style3">
-
Line 704, Column 7: end tag for "tr" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 692, Column 1: start tag was here. <tr>
-
Line 704, Column 7: end tag for "table" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 655, Column 0: start tag was here.<table style="width: 100%" cellspacing="0" cellpadding="0">
-
Line 704, Column 7: end tag for "td" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 535, Column 0: start tag was here.<td valign="top">
-
Line 704, Column 7: end tag for "tr" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 534, Column 0: start tag was here.<tr>
-
Line 704, Column 7: end tag for "table" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 533, Column 0: start tag was here.<table width="100%" cellpadding="0" cellspacing="0" border="0">
-
Line 704, Column 7: end tag for "td" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 532, Column 0: start tag was here.<td valign="top">
-
Line 704, Column 7: end tag for "tr" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 531, Column 0: start tag was here.<tr>
-
Line 704, Column 7: end tag for "table" omitted, but OMITTAG NO was specified. </div> ✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
-
Line 530, Column 0: start tag was here.<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
-
Line 948, 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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 949, Column 50: document type does not allow element "td" here.?ight" style="width: 9px" valign="top"><img src="images/buttons/orangewh.gif" ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
-
Line 950, Column 5: end tag for element "tr" which is not open. </tr> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 951, Column 4: document type does not allow element "tr" here; assuming missing "table" start-tag. <tr> ✉
-
Line 1151, 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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 1152, Column 41: document type does not allow element "td" here.<td width="160" valign="top" align="left"><br /> ✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
-
Line 1172, Column 4: end tag for element "tr" which is not open.</tr> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 1173, Column 7: end tag for element "table" which is not open.</table> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 1174, Column 4: end tag for element "td" which is not open.</td></tr> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 1174, Column 9: end tag for element "tr" which is not open.</td></tr> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 1175, Column 7: end tag for element "table" which is not open.</table> ✉
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 occurred in a script section of your document, you should probably read this FAQ entry.
-
Line 704, Column 8: XML Parsing Error: Opening and ending tag mismatch: td line 693 and div. </div> ✉
-
Line 705, Column 7: XML Parsing Error: Opening and ending tag mismatch: tr line 692 and div. </div> ✉
-
Line 706, Column 6: XML Parsing Error: Opening and ending tag mismatch: table line 655 and div.</div> ✉
-
Line 948, Column 5: XML Parsing Error: Opening and ending tag mismatch: div line 934 and td.</td> ✉
-
Line 950, Column 6: XML Parsing Error: Opening and ending tag mismatch: div line 933 and tr. </tr> ✉
-
Line 955, Column 8: XML Parsing Error: Opening and ending tag mismatch: div line 932 and table.</table> ✉
|