View Full Version : [VB] inserting an Iframe
Okay I want to add an iframe at the very top of my forum above my banner and put it linking to the radio player page, whats the code to do this iframe and how do I go about adding it to the theme, it's the top of forumhome aint it?
cheers.
enraged
10-12-2008, 08:12 AM
<iframe src="radiostats.php"></iframe>
Jamesy
10-12-2008, 11:39 PM
Style Manager > Edit Templates > Forum Home Templates > FORUMHOME.
Then I presume you put it between the top <body> and $header
make a new file:
index.html
and add something like:
<frameset rows="100px, 100%">
<frame src="player.php" />
<frame src="index.php" />
</frameset>
You could do it how Habbox do, where the player page dosn't show:
<frameset rows="0px, 100%">
<frame src="player.php" />
<frame src="index.php" />
</frameset>
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2026 vBulletin Solutions Inc. All rights reserved.