Adsense Deluxe help

Discussion in 'AdSense' started by fourpreps, Jun 23, 2007.

  1. #1
    I am trying to place adsense deluxe im wordpress my page template so it shows up on the right hand side within the post. How would I do this and where would I place the code block?

    http://winthemarket.com/internet-marketing-guide

    Thanks
     
    fourpreps, Jun 23, 2007 IP
  2. denovo

    denovo Peon

    Messages:
    260
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wrap your AdSense Deluxe tag in span tags like this:

    <span style="float:right;padding:4px;"><!--adsense1--></span>

    put the code in the page content where you want the ad to appear.

    Or, do it with your CSS:

    <div class="ad1"><!--adsense1--></div>

    .ad1 {float:right; padding:4px;}

    put the code in the page content where you want the ad to appear. Add the line below it to your CSS.
     
    denovo, Jun 23, 2007 IP
  3. fourpreps

    fourpreps Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank You denovo
     
    fourpreps, Jun 24, 2007 IP
  4. lordninja

    lordninja Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thats work ! Thanks ..
     
    lordninja, Jun 24, 2007 IP