ich werde zunächst auf die Social-Bookmark-Links verzichten - wegen der externen Links und den vielen Quelltext.
Hier noch zwei Fragen:
Ich habe auf meinen zwei Seiten überall noch zwei Fehler und kriege die nicht weg (siehe markup Valdilation):
Line 9, Column 80: character data is not allowed here
?RVZBUBOngmV7qVwbkt1S2L5MTSVZr3MY=" />?
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
?putting text directly in the body of the document without wrapping it in a container element (such as a
aragraph
), or
?forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
?using XHTML-style self-closing tags (such as ) in HTML 4.01 or earlier. To fix, remove the extra slash (\'/\') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
Line 10, Column 71: NET-enabling start-tag requires SHORTTAG YES
?" content="04E28BBA9C5941F0E7B310D81B552BA3" />?
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the \'/\' terminates the tag <FOO (with an implied \'>\'). However, since many browsers don\'t interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
Line 27, Column 63: Attribute "BORDER" is not a valid attribute. Did you mean "border"?
?g" alt="www.kuvertdruck.net" border="0" width="170" height="170"> ??
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. 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 "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Zweite Frage:
gerard schrieb:
"Die Fehler resultieren daraus, dass deine Seite "strict" ist, der angebotene Code aber nicht - läßt sich aber beheben"
Wie lässt sich sowas leicht beheben.
Gruß,
Claudio
Beitrag erstellen
EinloggenKostenlos registrieren