Hi all,
I am trying to make my site w3c compliant, but am having issues with some of the actinic tags.
HTML 4.01 Transitional errors.
<Actinic:BASEHREF VALUE="http://www.girlsofelegance.co.uk/" FORCED=1/>
<Actinic:COOKIECHECK/>
and any of the NOLOGIN parts
are showing errors
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),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
Anyone have any ideas how to get around this ?
http://www.girlsofelegance.co.uk
Best Regards,
Austin Harvey.
I am trying to make my site w3c compliant, but am having issues with some of the actinic tags.
HTML 4.01 Transitional errors.
<Actinic:BASEHREF VALUE="http://www.girlsofelegance.co.uk/" FORCED=1/>
<Actinic:COOKIECHECK/>
and any of the NOLOGIN parts
are showing errors
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),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
Anyone have any ideas how to get around this ?
http://www.girlsofelegance.co.uk
Best Regards,
Austin Harvey.
Comment