MyBB Community Forums

Full Version: how to insert big Adsense banner beside Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello all
how to insert big Adsense banner beside Logo like VB forums
like this
[Image: 2056o83.png]
Go to: ACP > Templates > header Templates > header > find;
<div id="header">
and add the following code just after that;
<div class="float_right">AD_CODE_GOES_HERE</div>
thanks dear..
not workHuh
not work
up pleaseeeeeeeeeeeeeeeeeeeee
Try this instead:
<div style="float:right;">AD_CODE_GOES_HERE</div>

If that doesn't work please provide a URL.
Actually the original should work. But put it before the closing div tag.

<div id="header">[HEADER CODE]<div class="float_right">[YOUR CODE]</div></div>

If you're still confused please post the whole header template and we can give you the exact code to replace.
sorryDodgy
not work
Header+Code in Attachment
thanksssssssss[attachment=22160][attachment=22161]
Here is: [attachment=22162]
(2011-04-03, 06:21 PM)Clarkie Wrote: [ -> ]Actually the original should work.

Actually, it will only work if a float_right class is in the CSS.
it work now
thanks @Yaldaram ,@Clarkie ,@AJS
Pages: 1 2