MyBB Community Forums

Full Version: Banner to the right side
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add a banner to the header's right side.
In same line as the logo.

I've tried different codes, but the banner looks weird in IE.

I use the default theme.

Help pls!
Ty!
Go to:
Admin CP > Templates & Styles > Templates > Default Templates > Header Templates >header
Find:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Add after (between <div class="logo"> and <div class="menu">):
<div align="right">
AD CODE
</div>
For further control over ad spot, you may use this: http://yaldaram.com/showthread.php?tid=339