AdTags

Robi2003

Member
Hello,

I want to change my board to Xenforo 2.

I already tested several Boards and every time I had problems with my AdTags.

All these Boards had the feature to use their own "Ad Management". But nothing worked.
I have to place a script into the <head>, before </body> and the ad-codes into the place of the website where I want to display the ads.

So I think I can place all these codes into the templates. Yeah... no...
There was only one board who showed the ads by using {literal} before the AdTags.


What do you think? Is this also possible in Xenforo?
 
This might answer your problem if I understand it correctly...

For some reason a tag will not display within some web pages if it has not been allocated space to do so, and simply using the following code including a defined margin-left will display the ad:

<div id="your_ad_tag; style="margin-left:5px"></div>

margin-left could also be defined within css
 
Top Bottom