Ads

Posted in: Newspaper
Post count: 12

I can’t find the Ads manual at forum.tagdiv.com/ads

I would like to be able to add my own banners to the ad spaces (instead of adsense)
Is it possible?

Post count: 9544

Hi, the link https://forum.tagdiv.com/ads/
works for me, as it has video and help on using ads with lots of images and whatnot. The entire page at that link is the visual manual on how to setup the ads including custom ads.

Post count: 6600

Hi,

Thanks Christopher!

@itrejomx

You can use the divs below and add your banner link at the source of the images, like this: http://screencast.com/t/T42B1c8l7

<div class="td-visible-desktop">
<a href="#"><img  width="728" height="90" src="" /></a>
</div>

<div class="td-visible-tablet-l">
<a href="#"><img width="468" height="60"  src="" /></a>
</div>

<div class="td-visible-tablet-tp">
<a href="#"><img width="468" height="60"  src="" /></a>
</div>

<div class="td-visible-phone">
<a href="#"><img width="300" height="250"  src="" /></a>
</div>

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 12

Ok, i finally figured it out. Kaspersky blocked the ads full manual page. Suspending Kaspersky helps.
Finally was able to read the ad manual, and love how its very comprehensive.

This is a very interesting solution, but do you yhink it will work if I use a single image and make it responsive with css ?(width:100%;clear:both;position:relative;align:left; <— or something, have to try it out still)

Post count: 6600

Hi,

You can try either way, should work that way also but then the banner would get scaled, if you use the div’s all banners for all screens will load on page but will be hidden and loading only the one which it’s intended to appear on that screens width. You can do it how best suits you.

Thanks for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.