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.

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.
<iframe src="radiostats.php"></iframe>
Style Manager > Edit Templates > Forum Home Templates > FORUMHOME.
Then I presume you put it between the top <body> and $header
Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/
make a new file:
index.html
and add something like:
You could do it how Habbox do, where the player page dosn't show:HTML Code:<frameset rows="100px, 100%"> <frame src="player.php" /> <frame src="index.php" /> </frameset>
HTML Code:<frameset rows="0px, 100%"> <frame src="player.php" /> <frame src="index.php" /> </frameset>
Want to hide these adverts? Register an account for free!