themaster: Iframe valiede, aber wie?

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!!!!

  1. Привет,

    Ich versuche gerade meine Seite valiede zu machen...

    "valiede" - Was ist das?

    SCNR

    dabei gibt es ungefähr 12 meldungen über mein iframe....

    Ui.

    <iframe width="545" height="230" name="ep3" src="ep3count.php" scrolling="no"/>
    </iframe><br/>
    Was hab ich falsch gemacht?

    Zu viel.

    Hier mal die Meldungen

    [...]

    Error: element iframe not defined in this HTML version

    Welche HTML-Version verwendest du?

    До свидания!
    Sven aus Bonn

    --
    Do it yourSELF 'cause SELFmade is bestmade.
    Selfcode: ie:% fl:( br:^ va:} ls:[ fo:) rl:( n4:{ ss:| de:> js:| ch:? mo:} zu:)
    Selfcode dekodieren - Selfcode-Info
    1. Hallo,

      "valiede" - Was ist das?

      Mann guckt, ob seine seite WC3 Kompatibel ist...
      Ich benutzte diese html (xhtml) version:
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
      mfg themaster

      1. Привет,

        "valiede" - Was ist das?

        Ich hatte meine frage ironisch gemeint - wegen der Rechtschreibung des Wortes. ;-)

        Mann guckt, ob seine seite WC3 Kompatibel ist...

        Aua... Besser: Ob sie gemäß den Regeln einer DTD aufgebaut ist.

        Ich benutzte diese html (xhtml) version:
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
              <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">

        Eben. XHTML 1.0 Strict erlaubt keine Iframes. Schau hier, welche DTDs Iframes erlauben: http://de.selfhtml.org/html/referenz/elemente.htm#iframe

        До свидания!
        Sven aus Bonn

        --
        Do it yourSELF 'cause SELFmade is bestmade.
        Selfcode: ie:% fl:( br:^ va:} ls:[ fo:) rl:( n4:{ ss:| de:> js:| ch:? mo:} zu:)
        Selfcode dekodieren - Selfcode-Info
  2. Hallo,

    Ich versuche gerade meine Seite valiede zu machen...

    [...]

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

    da wirst du doch eigentlich schon umfassend informiert.

    "in this HTML version", also gibt es vielleicht eine umgänglichere, geeignetere Angabe zum doctype, irgendwas mit "transitional" oder HTML3....
    Beim Validator müßtest du das auch versuchsweise für den Test auswählen können.

    Alternativ steht auch da was zu tun ist: "there is no attribute width for this element", also das Attribut entfernen und ggf. nötige Angaben im CSS machen.

    Grüsse

    Cyx23