MyBB Community Forums

Full Version: Is it possible to....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to put a couple more banner ads where the circle is in the picture below. I can make em go inline but I would like em stacked next to the logo better.

Thanks

[attachment=30164]
in the header template there will be a div element for the logo. after it you can add span with required banner code
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<span class="headerbanner">your banner code</span>
if required, you can adjust the position of newly added banner with css style code for class .headerbanner
I can get the one, but I cant get anymore next to the logo. They either go above or below.
^ you are using div elements - suggestion is to use span elements
Thanks M. Ill have to work on it tomorrow. Its kicking my butt tonight.
M what does the span actually do? I got the logos to work with the Div part. I cant get it to work with span. When I use span the banners go above or below the logo.