Log in

View Full Version : banner Below Navbar


Goomzee
06-09-2011, 08:16 AM
How could i add my banner below navbar see my attachment

Chm
06-09-2011, 10:35 AM
Administration Panel .
Styles and Templates .
Manage Styles go .
I have it all settled down in the header .

Hope that helps friend .

A greeting from Spain

BirdOPrey5
06-09-2011, 01:15 PM
Go to your style manager, edit the ad_navbar_below template.

Put your banner code in that template.

Texas-Hunter
07-03-2011, 07:19 PM
Go to your style manager, edit the ad_navbar_below template.

Put your banner code in that template.


When I add my banner the rest of the forums vanish?? The banner is 900x134

Any ideas??

BirdOPrey5
07-03-2011, 08:21 PM
When I add my banner the rest of the forums vanish?? The banner is 900x134

Any ideas??

My guess is the HTML you are putting in the template is invalid- perhaps a tag isn't properly closed- that could cause content below the tag to be hidden.

Exactly what code did you enter into the template?

Texas-Hunter
07-03-2011, 09:09 PM
My guess is the HTML you are putting in the template is invalid- perhaps a tag isn't properly closed- that could cause content below the tag to be hidden.

Exactly what code did you enter into the template?


I have been tinkering with Openx banner tracking for some ads. This is the code


<iframe id='a742f4ab' name='a742f4ab' src='http://www.smoked-meat.com/openx/www/delivery/afr.php?resize=1&amp;campaignid=5&amp;target=_blank&amp;cb=INS ERT_RANDOM_NUMBER_HERE' frameborder='0' scrolling='no' width='900' height='134' allowtransparency='true'><script type='text/javascript'>
<!--// <![CDATA[
document.write ("<nolayer>");
document.write ("<a href='http://www.smoked-meat.com/openx/www/delivery/ck.php?n=a2cf4104&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.smoked-meat.com/openx/www/delivery/avw.php?campaignid=5&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp; n=a2cf4104' border='0' alt='' /></a>");
document.write ("</nolayer>");
document.write ("<ilayer id='layera742f4ab' visibility='hidden' width='900' height='134'></ilayer>");
// ]]> -->
</script></p>

BirdOPrey5
07-04-2011, 12:06 AM
Right off the bat I see you're missing the closing </iframe> tag. I don't know where it's supposed to go- either at the very end of the code you posted or right after:
<iframe id='a742f4ab' name='a742f4ab' src='http://www.smoked-meat.com/openx/www/delivery/afr.php?resize=1&amp;campaignid=5&amp;target=_blank&amp;cb=INS ERT_RANDOM_NUMBER_HERE' frameborder='0' scrolling='no' width='900' height='134' allowtransparency='true'>

I would double check wherever you got that code from.