Ich habe folgendes Problem:
Wenn ich meine seite öffne ( http://localhost/eintrittsformular/Seite1.php ) wird das Logo angezeigt. Nutze ich aber get ( http://localhost/eintrittsformular/S.../?8ID=12345678 ) wird das Logu nur als rotes x angezeigt. Warum und wie kann ich das ändern? Konnte leider via google nix fnden...
Kann mir da jemand nen Tipp geben?
Nutze Eclipse und xampp (Irgendwas in den Einstellungen?)
Groja2
edit:
Logo wird per HTML eingefügt
Wenn ich meine seite öffne ( http://localhost/eintrittsformular/Seite1.php ) wird das Logo angezeigt. Nutze ich aber get ( http://localhost/eintrittsformular/S.../?8ID=12345678 ) wird das Logu nur als rotes x angezeigt. Warum und wie kann ich das ändern? Konnte leider via google nix fnden...
Kann mir da jemand nen Tipp geben?
Nutze Eclipse und xampp (Irgendwas in den Einstellungen?)
Groja2
edit:
Logo wird per HTML eingefügt
Code:
<img src="Bilder/logo.jpg" width="196" height="55" alt="Logo" style="float:right; margin-right:50px; margin-top:10px" />

Kommentar