Ich habe ein Problem mit meiner HP^^
Opera und Firefox zeigen mir meine HP so an, wie es sein soll, der IE tut das nicht. Schaut bitte mal auf BTA-Lan und sagt mir warum der IE den IFRAME so beschissen anzeigt und der Firefox sowie Opera das nicht tun.
Ich poste mal die Code-Zeile, von der ich vermute das sie schuld ist.
Ich find den blöden Fehler einfach nicht. Danke schonmal für eure mühen.
greetz Rook
EDIT: Habe IFRAME auch schon durch den include(); Befehl ersetzt, das tuts net
Opera und Firefox zeigen mir meine HP so an, wie es sein soll, der IE tut das nicht. Schaut bitte mal auf BTA-Lan und sagt mir warum der IE den IFRAME so beschissen anzeigt und der Firefox sowie Opera das nicht tun.
Ich poste mal die Code-Zeile, von der ich vermute das sie schuld ist.
PHP-Code:
<!-- beginn hauptinhaltstabelle--><table border="0" cellpadding="0" cellspacing="0" width="450" >
<tr>
<!-- abstand links vom inhalt--> <td ><img src="./images/space.gif" width="0" height="450" border="0" alt=""></td><!-- ende abstand links vom inhalt-->
<td valign="top" width="150">
<iframe src="news.php" name="fenster" width="580" height="635" scrolling="yes">
<br>
</iframe>
<!-- ende inhalt-->
</td><!-- abstand rechts vom inhalt--> <td ><img src="./images/space.gif" width="0" height="450" border="0" alt=""></td><!-- ende abstand rechts vom inhalt-->
</tr>
</table><!--ende hauptinhaltstabelle-->
greetz Rook
EDIT: Habe IFRAME auch schon durch den include(); Befehl ersetzt, das tuts net
Kommentar