Seite 1 von 1
Iframe in overall_footer.tpl (Amazon Partenrprogramm)
Verfasst: 15.12.2006 19:58
von seller
Hallo,
ich möchte in die overall_footer.tpl einen iframe einbinden (vom Amazon Partnerprogramm). Wenn ich den von Amazon generierten iframe einfach in die Datein kopiere, klappt das leider nicht. Kann mir jemand verraten, was ich machen muss, damit der iframe ohne den restlichen in der datei enthaltenen code angezeigt wird?? der iframe schaut so aus
Code: Alles auswählen
<iframe src="http://rcm-de.amazon.de/e/cm?t=westwallde-21&o=3&p=27&l=qs1&f=ifr" width="180" height="150" frameborder="0" scrolling="no"></iframe>
ich danke euch
seller
Verfasst: 15.12.2006 20:03
von Markus67
Hi ...
das sollte eigentlich schon problemlos funktionieren wenn du das in die overall_footer.tpl einfügst. Wie schaut es denn aus? Baue es doch mal ein und gib uns einen Link zum nachschauen
Markus
Verfasst: 15.12.2006 20:37
von seller
danke für dein antwort.
wenn die overall_footer.tpl so aussieht:
Code: Alles auswählen
<HTML>
<HEAD>
</HEAD>
<BODY>
<FONT SIZE=2><P><div align="center" class="gensmall"><br />{ADMIN_LINK}<br /> </P>
<P><!--</P>
<iframe src="http://rcm-de.amazon.de/e/cm?t=westwallde-21&o=3&p=27&l=qs1&f=ifr" width="180" height="150" frameborder="0" scrolling="no"></iframe>
<P>We request you retain the full copyright notice below including the link to www.phpbb.com.</P>
<P>This not only gives respect to the large amount of time given freely by the developers</P>
<P>but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good</P>
<P>reason) retain the full copyright we request you at least leave in place the </P>
<P>Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse</P>
<P>to include even this then support on our forums may be affected. </P>
<P> </P>
<P> </P>
<P>The phpBB Group : 2002</P>
<P>// --></P>
<P>{PAGERANK}</P>
<P>Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} </P>
<P>© 2001, 2002 phpBB Group :: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a> ::</P>
<P>{S_TIMEZONE}<br /></P>
<P>{TRANSLATION_INFO}</div></P>
<P><!-- BEGIN cback_cracker_tracker --></P>
<P><div align="center"><span class="copyright"><br /></P>
<P>{cback_cracker_tracker.CTRACKER_FOOTER}</P>
<P><br /></P>
<P></span></div></P>
<P><!-- END cback_cracker_tracker --></P>
<P><a name="bot" id="bot"></a></td></tr></table></td></tr></table></P>
<P>{ATLAS_MOD_JS}</P>
<P></body></P>
<P></html></P></FONT></BODY>
</HTML>
sieht die seite so aus
http://www.west-wall.de/forum/index.php
(runter scrollen

)
LG
Seller
Verfasst: 15.12.2006 20:40
von Michael Zacher
Was hast Du da mit Deinem Footer gemacht?
Der Footer sieht "normalerweise" so aus:
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
</html>
Fängt also weder mit HTML an, noch kommt Head darin vor....
Verfasst: 15.12.2006 21:04
von seller
...und es ward licht...
da war frontpage dran schuld. <head> und <body> hatte es dazu gedichtet. mit dem editor geöffnet und den iframe eingefügt...und es hat funktioniert.
ICH DANKE EUCH!!
