Seite 1 von 1
validieren von websites
Verfasst: 09.11.2006 16:10
von klunzen
habe gerade mal meine website in den "Markup Validation Service"
http://validator.w3.org/ eingegeben.
"This page is not Valid HTML 4.01 Frameset!" kommt gleich in riesen buchstaben und rot hinterlegt.
probleme macht der validator mit
border. aber wenn border nicht steht sind dicke hässliche rahmen zu sehen.
gibt es eine lösung dafür?
Verfasst: 09.11.2006 16:43
von BB-BF-BM
style="border: 0px;" könnte funktionieren..
Verfasst: 09.11.2006 16:55
von klunzen
tuts leider nicht..

scheint schwerwiegender zu sein.. hab schon gegoogelt
Verfasst: 09.11.2006 18:10
von Ivan
Poste doch mal den Link zum Ergebnis des Validators.
Verfasst: 09.11.2006 19:29
von klunzen
Code: Alles auswählen
This page is not Valid HTML 4.01 Frameset!
Below are the results of attempting to parse this document with an SGML parser.
Error Line 26, column 40: there is no attribute "FRAMEBORDER" .
<frameset cols="1*,1020,1*" frameborder="0" framespacing="0">
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.
✉
Error Line 26, column 57: there is no attribute "FRAMESPACING" .
<frameset cols="1*,1020,1*" frameborder="0" framespacing="0">
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.
Verfasst: 09.11.2006 19:37
von Beagleman
Verfasst: 09.11.2006 19:42
von S2B
Verdammt, ich finde eine Seite nicht mehr, auf der etwas darüber stand (da gab es eine schöne Vergleichstabelle, welcher Browser welche Einstellung braucht), naja egal.
Mit dem Validieren von Framesets ist das so eine Sache: Wenn du frameborder und border weglässt, ist es zwar valid, wird aber von den verschiedenen Browsern unterschiedlich dargestellt. Sprich: Entweder damit auskommen oder Frames rauswerfen (!!), von JavaScript-Lösungen halte ich nichts.

Verfasst: 09.11.2006 19:57
von klunzen
entweder es ist konform und zwischen den frames werden hässliche striche angezeigt oder es ist nicht konform

Verfasst: 09.11.2006 22:53
von S2B
Tja, das sind Frames.
