Iframe

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked

Topic author
MrNiceGuy
Active Member
Posts: 2
Joined: 25. March 2008 22:47

Iframe

Post by MrNiceGuy »

Hallo, wollte mal fragen wie ich ein Iframe ins Portal einbinden kann
so das das dann als Block unter dem anmelde block angezeigt wird

Danke schon mal im vorraus

<iframe src="xxx.php" width="150" height="300" scrolling="yes" marginheight="0" marginwidth="0" frameborder="0"></iframe>
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: Iframe

Post by Christian_N »

Schau dir mal dieses Thema an: viewtopic.php?p=2152#p2152 die Antwort nach dem Beitrag von Kevin ist nochmal das ganze in Deutsch wo thomas.d angepasst hat.

Einfach diese schritte befolgen und dort wo "Add your Code here" steht fügst dein Iframe-Code den haben willst ein - fertig. :)

Gruß Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Topic author
MrNiceGuy
Active Member
Posts: 2
Joined: 25. March 2008 22:47

Re: Iframe

Post by MrNiceGuy »

danke für die schnelle hilfe hat super geplappt
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: Iframe

Post by Christian_N »

Kein Problem, dir ist aber schon gewusst das iframe in XHTML 1.0 Strict nicht erlaubt ist und dadurch deine Seite (Portal) nicht mehr valid ist?
Eine alternative wäre object statt iframe zu nutzen. :)

Falls

Code: Select all

<iframe src="xxx.php" width="150" height="300" scrolling="yes" marginheight="0" marginwidth="0" frameborder="0"></iframe>
dies dein Code ist, dann könnte der so ausschauen

Code: Select all

<object data="xxx.php" style="width:150px; height:300px; border:none;" type="text/html"></object>
Damit wäre die Seite dann wieder XHTML 1.0 Strict valid.

Nachtrag am 30.03: hier muss man wohl doch noch mal schauen, mir fiel gerade auf das dieses nicht unter IE7 angezeigt wird. :roll:

Gruß Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”