Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Is it possible to....
#1
Not Solved
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

   
#2
Not Solved
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
#3
Not Solved
I can get the one, but I cant get anymore next to the logo. They either go above or below.
#4
Not Solved
^ you are using div elements - suggestion is to use span elements
#5
Not Solved
Thanks M. Ill have to work on it tomorrow. Its kicking my butt tonight.
#6
Not Solved
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)