elecfuture
Mitglied
Hallo erstmal,
Target: http://xxx/index.php
Please, validate your XML document first!
Line 74
Column 84
The element type "img" must be terminated by the matching end-tag "</img>".
--------------------------------------------------------------------------------------------
Wie in der Fehlermeldung zulesen ist, fehlt ent-tag "</img>" in Zeile 74
Hier mal meine Zeile 73 bis 81
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Was ist hier Falsch?
DANKE SCHON MAL
EDIT: Habe das Hallo vergessen ;-)
Target: http://xxx/index.php
Please, validate your XML document first!
Line 74
Column 84
The element type "img" must be terminated by the matching end-tag "</img>".
--------------------------------------------------------------------------------------------
Wie in der Fehlermeldung zulesen ist, fehlt ent-tag "</img>" in Zeile 74
Hier mal meine Zeile 73 bis 81
HTML:
<div id="kontakt_site_float_left">
<span id="kontakt_daten_left">
<img src="img/xxx_icon_head.gif" alt="" width="51" height="52" /></span>
<div id="kontakt_site_left">
TELL-A-FRIEND<br />
Empfehlen Sie uns weiter!<br />
<a href="javascript:popup()">Diese Seite versenden!</a>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Was ist hier Falsch?
DANKE SCHON MAL
EDIT: Habe das Hallo vergessen ;-)
Zuletzt bearbeitet: