2 comments.

  1. rabsom

    To do so, i will use css. Let's suppose all your ad slots have a class "adstyle" :

    <div id="banner" class="adstyle"> here is where the GAM iframe will be inserted </div> <style>.adstyle { width:auto; background: #fff; padding:20px; position:relative; } .adstyle:before { content : '- ADVERTISEMENT -'; display : block; witdh: 100%; height: 30px; font-weigt:14px; text-align : center; margin : 0 0 20px 0; }</style>
    1. Nimantha Perera

      I have already done this using CSS. Many Thanks !! :-)

Add a new comment.