Brauche Hilfe beim Einbinden eines iframes ins Portal...
Verfasst: 07.11.2004 23:03
Hallo,
habe ein großes Problem... Mal wieder...
Und zwar will ich über ein Iframe die Newsseite meines Boards auf dem Portal anzeigen lassen...
Leider wird aber gar kein Frame im Portal angezeigt, nicht mal ein Kasten. Als ob es gar keinen Quellcode dafür gäbe...
Hier der Quellcode...
Vielleicht kann mir ja kurz jemand weiterhelfen. Die Table oben drüber mit der Begrüßung wird zum Beispiel angezeigt...
Ach ja benutze den Intro + Portal MOD - Version 1.50a...
Gruß Helge
habe ein großes Problem... Mal wieder...



Und zwar will ich über ein Iframe die Newsseite meines Boards auf dem Portal anzeigen lassen...
Leider wird aber gar kein Frame im Portal angezeigt, nicht mal ein Kasten. Als ob es gar keinen Quellcode dafür gäbe...
Hier der Quellcode...
Code: Alles auswählen
<!-- ################################################# CENTER START ################################################# -->
<!-- ##### WELCOME START ##### -->
<!-- BEGIN welcome_text -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{SITENAME}</th>
</tr>
<tr>
<td class="row1" align="left"><p class="genmed"><br><p>Hallo und herzlich willkommen auf www.whs2004.de<br>
Dies ist die interaktive Commnunity des Willy Hellpach Gymnasiums...<br><p>
</p></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<!-- END welcome_text -->
<!-- ##### WELCOME END ##### -->
<!-- ##### NEWS START ##### -->
<!-- BEGIN news_text -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{SITENAME}</th>
</tr>
<tr>
<td align="left"> <iframe src="http://www.whs2004.de/news_index.php" width="100%" height="100%" frameborder="1" allowTransparency="true"></iframe>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />
<!-- END news_text -->
<!-- ##### NEWS END ##### -->
<!-- ################################################# CENTER END ################################################# -->
Ach ja benutze den Intro + Portal MOD - Version 1.50a...
Gruß Helge
