Iframe valiede, aber wie?
themaster
- html
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
<iframe width="545" height="230" name="ep3" src="ep3count. ...
^
Error: there is no attribute width for this element (in this HTML version)
<iframe width="545" height="230" name="ep3" src="ep3count. ...
^
Error: there is no attribute height for this element (in this HTML version)
... idth="545" height="230" name="ep3" src="ep3count.php" scroll ...
^
Error: there is no attribute name for this element (in this HTML version)
... height="230" name="ep3" src="ep3count.php" scrolling="no"/>
^
Error: there is no attribute src for this element (in this HTML version)
... src="ep3count.php" scrolling="no"/>
^
Error: there is no attribute scrolling for this element (in this HTML version)
... ep3count.php" scrolling="no"/>
^
Error: element iframe not defined in this HTML version
</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!!!!
Привет,
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
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
Привет,
"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
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