Hiho,
ich hab da ein kleines Problem.
Ich habe ein Seite in XHTML 1.0 erstellt (!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"). Die Seite hat 3 Frames.
Bei der Validierung werden mir nun folgende Fehler angezeigt:
1.) Line 21, column 35: there is no attribute "frameborder"
frameset rows="112,*" frameborder="0" framespacing="0" border="0"
2.) Line 21, column 52: there is no attribute "framespacing"
frameset rows="112,*" frameborder="0" framespacing="0" border="0"
3.)Line 21, column 63: there is no attribute "border"
... rows="112,*" frameborder="0" framespacing="0" border="0"
4.)Line 22, column 46: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
...ame="Banner" scrolling="no" noresize target="Inhalt" src="../1024/banner.ht..
5.) Line 22, column 53: there is no attribute "target"
frame name="Banner" scrolling="no" noresize target="Inhalt" src="../1024/banner.htm"
_________________________________________________________
Der Originalquelltext lautet:
frameset rows="112,*" frameborder="0" framespacing="0" border="0"
frame name="Banner" scrolling="no" noresize target="Inhalt" src="../1024/banner.htm"
frameset cols="238,*" frameborder="0" framespacing="0" border="0"
frame name="Inhalt" target="Hauptframe" src="../1024/inhalt.htm"
frame name="Hauptframe" src="../1024/haupt.htm" target="_self"
/frameset
_____________________________________________
Kann mir jemand sagen, wo der Fehler liegt, bzw. was ich falsch mache?
Danke schon mal im Voraus!!!
Gruss, henry