hello all
how to insert big Adsense banner beside Logo like VB forums
like this
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>
not work
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.
(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