Tried the popup "_blank" thing, but there's a restriction on using "'s in the code, so it didn't take too well.
Still can't get the "register to make this banner disappear....." text into the middle of the box beside the banner, as opposed to above it,
And am a novice about code, so need it spelled out really plain to get a rotating banner. Here's what I've got online.
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
//ad banner
$adcode="";
if ($bbuserinfo['userid']<"1") {
$adcode="<TABLE width='100%' bgcolor='#000000><TR><TD align='center'><normalfont><B><a href=\"register.php?s=$session[sessionhash]&action=signup\">Register free</a> to remove this ad banner</b></normalfont></td><TD align='right'>
<a href=\"http://www.sideshowtoy.com\"><img src=\"http://www.halloweennation.com/Images/sst.jpg\">
</td></tr></table>";
}
//end
|