bo: validator

Beitrag lesen

hallo

ich hab gerade eben meine hp durch den validator(.w3.org) laufen lassen... gefunden hat er folgendes:

Line 11, column 17:  there is no attribute "ROWS"  (explain...).

<frameset rows="100% , *" border="0" frameborder="0" framespacing="0">
                   ^

Line 11, column 35: there is no attribute "BORDER" (explain...).

<frameset rows="100% , *" border="0" frameborder="0" framespacing="0">
                                     ^

Line 11, column 51: there is no attribute "FRAMEBORDER" (explain...).

<frameset rows="100% , *" border="0" frameborder="0" framespacing="0">
                                                     ^

Line 11, column 68: there is no attribute "FRAMESPACING" (explain...).

...00% , *" border="0" frameborder="0" framespacing="0">
                                                      ^

Line 11, column 71: element "FRAMESET" undefined (explain...).

...*" border="0" frameborder="0" framespacing="0">
                                                   ^

Line 12, column 15: there is no attribute "SRC" (explain...).

<frame src="go.html" name="fullframe" marginwidth="0" marginheight="0" nores
                 ^

Line 12, column 30: there is no attribute "NAME" (explain...).

<frame src="go.html" name="fullframe" marginwidth="0" marginheight="0" nores
                                ^

Line 12, column 54: there is no attribute "MARGINWIDTH" (explain...).

...o.html" name="fullframe" marginwidth="0" marginheight="0" noresize scrolling=
                                          ^

Line 12, column 71: there is no attribute "MARGINHEIGHT" (explain...).

...name="fullframe" marginwidth="0" marginheight="0" noresize scrolling="auto">
                                                   ^

Line 12, column 84: "NORESIZE" is not a member of a group specified for any attribute (explain...).

...nwidth="0" marginheight="0" noresize scrolling="auto">
                                          ^

Line 12, column 94: there is no attribute "SCROLLING" (explain...).

... marginheight="0" noresize scrolling="auto">
                                          ^

Line 12, column 100: element "FRAME" undefined (explain...).

...nheight="0" noresize scrolling="auto">
                                          ^

Line 13, column 91: "NORESIZE" is not a member of a group specified for any attribute (explain...).

...nwidth="0" marginheight="0" noresize scrolling="no">
                                          ^

Line 13, column 105: element "FRAME" undefined (explain...).

...ginheight="0" noresize scrolling="no">

betreffende zeilen im quelltext sind:

<frameset rows="100% , *" border="0" frameborder="0" framespacing="0">
    <frame src="go.html" name="fullframe" marginwidth="0" marginheight="0" noresize scrolling="auto">
    <frame src="blindpage.html" name="blindpage" marginwidth="0" marginheight="0" noresize scrolling="no">
  </frameset>

wie ich finde alles richtig. warum beschwert sich die maschine dann????

grüße
bo

-----
wer nicht fragt, bleibt dumm!