- From: OOzy Pal <oozypal@gmail.com>
- Date: Tue, 22 Aug 2006 16:55:47 +0300
- To: www-validator@w3.org
My Doctype is XHTML 1.0 Transitional Why validator complains about <nobr> Error Line 156 column 11: element "nobr" undefined. <nobr>Folder</nobr> 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. -- OOzy Kubuntu-Dapper
Received on Tuesday, 22 August 2006 13:56:01 UTC