Google AdSense HTML Version

  • In Progress
    Posted in: Orizon  
  • Member
    DRam
    October 2, 2013 at 11:18 am #30299

    For the main advert at the bottom of site how can we use the <img> tags but still use the google adsense code?
    Would it just be like the following?

    <div class=”main_advert”>
    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– Shadows 728 x 90 –>
    <ins class=”adsbygoogle”
         style=”display:inline-block;width:728px;height:90px”
         data-ad-client=”ca-pub-**********”
         data-ad-slot=”*********”></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div>

    We still want the http://s11.postimg.org/ry04hjyn7/image.png around the google code.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.