
10-13-2004, 08:31 AM
|
|
forum loafer
|
|
Join Date: Oct 2004
Location: Umeå, Sweden
Posts: 9
|
|
|
Not valid code
I tried the "Valid XHTML" and "Valid CSS"-links. I get the following errors:
XHTML:
Quote:
|
Originally Posted by validator.w3.org
This page is not Valid XHTML 1.0 Transitional!
Below are the results of attempting to parse this document with an SGML parser.
1.
Line 273, column 20: element "SITE_HORIZONTAL_CAL" undefined
<SITE_HORIZONTAL_CAL>
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
✉
2.
Line 274, column 5: end tag for "SITE_HORIZONTAL_CAL" omitted, but OMITTAG NO was specified
</div>
You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".
✉
3.
Line 273, column 0: start tag was here
<SITE_HORIZONTAL_CAL>
|
CSS:
Quote:
|
Originally Posted by validator.w3.org
Please, validate your XML document first!
Line 274
Column 3
The element type "SITE_HORIZONTAL_CAL" must be terminated by the matching end-tag "".
|
|