U
umzug
Guest
Hallo!
Ich habe versucht, ein iFrame in mein aus Tabellenzellen bestehendes Homepage-Layout einzufügen. Allerdings wird der gesamte Tabelleninhalt verschoben, sobald ich das iFrame eingefügt habe.
Hier mein Cods - zuerst ohne iFrame:
Und hier mit iFrame:
Bitte helft mir! Ich brauche den code dringend!
Ich habe versucht, ein iFrame in mein aus Tabellenzellen bestehendes Homepage-Layout einzufügen. Allerdings wird der gesamte Tabelleninhalt verschoben, sobald ich das iFrame eingefügt habe.
Hier mein Cods - zuerst ohne iFrame:
Code:
<table border="1" width="962" cellpadding="0" cellspacing="0" height="530">
<tr>
<td colspan="3" width="962" height="170" valign="top"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_header02.gif"></td>
</tr>
<tr>
<td width="241" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_navi01.gif"></td>
<td width="719" valign="top" height="282">
</td>
<td width="2" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_strich02.gif"></td>
</tr>
<tr>
<td width="962" colspan="3" valign="top" height="78"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_footer01.gif"></td>
</tr>
</table>
Und hier mit iFrame:
Code:
<table border="1" width="962" cellpadding="0" cellspacing="0" height="530">
<tr>
<td colspan="3" width="962" height="170" valign="top"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_header02.gif"></td>
</tr>
<tr>
<td width="241" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_navi01.gif"></td>
<td width="719" valign="top" height="282">
<iframe src="http://www.nilsfriedrich.de/giga4freaks/giga_green.htm" width="19" height="82" vspace="0" hspace="0" marginheight="0" marginwidth="0" frameborder="0">
</td>
<td width="2" valign="top" height="282"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_strich02.gif"></td>
</tr>
<tr>
<td width="962" colspan="3" valign="top" height="78"><img src="http://www.nilsfriedrich.de/giga4freaks/img/giga_footer01.gif"></td>
</tr>
</table>
Bitte helft mir! Ich brauche den code dringend!