Status
Not open for further replies.

kos

Active Member
130
2010
0
0
Hi WJ"ns

In vb there is an advertising option , there i can able to set ads for rest place but i cant in "Global area" (Header1,Header2,below navbar & above footer) may be the size problem i think .


[SLIDE]http://i25.lulzimg.com/6d0411.jpg[/SLIDE]

pls somebody give me the detail of the allowed size of ad to place there (if possible for all ).

Thx in advance
 
10 comments
Code:
    <a id="location_header1" href="ad.php?do=add&amp;ad_location=global_header1" class="ad" style="top:3px;left:138px;width:133px;height:35px;line-height:35px">Header 1</a>
    <a id="location_header2" href="ad.php?do=add&amp;ad_location=global_header2" class="ad" style="top:3px;left:284px;width:133px;height:35px;line-height:35px">Header 2</a>

    <a id="location_below_navbar" href="ad.php?do=add&amp;ad_location=global_below_navbar" class="ad" style="top:93px;left:44px;width:411px;height:52px;line-height:52px">Below Navbar</a>
    <a id="location_above_footer" href="ad.php?do=add&amp;ad_location=global_above_footer" class="ad" style="top:409px;left:44px;width:411px;height:51px;line-height:51px">Above Footer</a></div></td></tr></table>
Look at the pixel sizes for each one.
 
Try going to:
Code:
www.yoursite.com/admincp/ad.php?do=locate

Then right click and view page source, it will give you all the sizes you need.
 
Do you have vBoptimise? If you do, clear your cache. If not, are your ad hooks in the proper place within the template? Check the default template.
 
Now onether problem , after removing the ad code in vb the ads are still showing inside thread post , i cleared browser also ...

PLs help
 
Status
Not open for further replies.
Back
Top