validieren von websites
validieren von websites
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?
"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?
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.
Das hilft dir vielleicht weiter:
http://de.selfhtml.org/html/frames/eige ... htm#rahmen
http://de.selfhtml.org/html/frames/eige ... htm#rahmen
- S2B
- Ehemaliges Teammitglied
- Beiträge: 3258
- Registriert: 10.08.2004 22:48
- Wohnort: Aachen
- Kontaktdaten:
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.
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.

Gruß, S2B
Keinen Support per ICQ/PM!
Hier kann man meine PHP-Skripte und meine MODs für phpBB runterladen.
Keinen Support per ICQ/PM!
Hier kann man meine PHP-Skripte und meine MODs für phpBB runterladen.