w3c Standard Probleme

Alexander W

Aktives Mitglied
Hallo

leider habe ich mal wieder ein kleines bis mittelschweres Problem. Ich versuche gerade mal wieder meine Seite unter w3c Standard hinzuzaubern aber habe da noch zwei Probleme mit einem Flash und dem xhtml Code von Livezilla.

Ich verstehe nicht ganz genau was ich da falsch habe nach dem http://validator.w3.org Test. Vielleicht könnt Ihr mir ja dabei helfen.

Hier mal der Code für Livezilla und die Fehlermeldungen dazu

CODE <!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('./livechat/chat.php','','width=590,height=580,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="./livechat/image.php?id=07" width="140" height="90" border="0" alt="LiveZilla Live Help" /></a><noscript><div><a href="./livechat/chat.php" target="_blank">Start Live Chat</a></div></noscript><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
<!-- DON'T REMOVE ANY LINE BREAKS OR TAGS -->
/* <![CDATA[ */
var script = document.createElement("script");script.type="text/javascript";var src = "http://www.pcfuchs.com/livechat/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);
/* ]]> */
</script><!-- http://www.LiveZilla.net Tracking Code -->


Und Hier die beiden Fehlermeldungen


CODE Line 102, Column 343: document type does not allow element "noscript" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

…="LiveZilla Live Help" /></a><noscript><div><a href="./livechat/chat.php" targ…



CODE Line 102, Column 573: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

…"livezilla_tracking" style="display:none"></div><script type="text/javascript">






Edit:

Hat sich erledigt ich habe doch endlich glatt den Fehler gefunden.

Hatte in dem div wo noch weitere Bilder und Links sind ein <p> Tag vor der ganzen Sache und diese hat den Livezilla Code in eine Spalte zusammengeschoben.

Nun funktioniert es perfekt.
 
Zurück
Oben