themaster: Iframe valiede, aber wie?

Beitrag lesen

Hallo,
Ich versuche gerade meine Seite valiede zu machen...
dabei gibt es ungefähr 12 meldungen über mein iframe....
<iframe width="545" height="230" name="ep3" src="ep3count.php" scrolling="no"/>
</iframe><br/>
Was hab ich falsch gemacht?
Hier mal die Meldungen

Line 60, character 17:

<iframe width="545" height="230" name="ep3" src="ep3count. ...
                              ^

Error: there is no attribute width for this element (in this HTML version)

Line 60, character 30:

<iframe width="545" height="230" name="ep3" src="ep3count. ...
                                           ^

Error: there is no attribute height for this element (in this HTML version)

Line 60, character 41:

... idth="545" height="230" name="ep3" src="ep3count.php" scroll ...
                                 ^

Error: there is no attribute name for this element (in this HTML version)

Line 60, character 51:

...  height="230" name="ep3" src="ep3count.php" scrolling="no"/>
                                 ^

Error: there is no attribute src for this element (in this HTML version)

Line 60, character 76:

... src="ep3count.php" scrolling="no"/>
                                 ^

Error: there is no attribute scrolling for this element (in this HTML version)

Line 60, character 81:

... ep3count.php" scrolling="no"/>
                                 ^

Error: element iframe not defined in this HTML version

Line 61, character 9:

</iframe><br/></td>
        ^

Error: end tag for element iframe which is not open; try removing the end tag or check for improper nesting of elements

Danke!!!!