XF 1.1 how do i add google adsense here

tony78

Member
how do i add google adsense here

Thanks
 

Attachments

  • Screen Shot 2012-06-07 at 12.25.51 AM.webp
    Screen Shot 2012-06-07 at 12.25.51 AM.webp
    40.9 KB · Views: 108
I don't know what you mean by random, but, assuming you want them to just display *over* content, you'd want to use CSS to position it- something like

Code:
#ad{margin-top:40%;margin-left:auto;margin-right:auto;text-align:center;}

You'd likely want to use JavaScript to make it appear and disappear. Beware, though, ads like this are intrusive, and more likely to make a user enable adblock for your website.
 
Top Bottom