Need a little help on Adsense alignment in word press

Discussion in 'WordPress' started by iamsgf, May 8, 2008.

  1. #1
    Hi All,

    please take a look at the following page: http://www.sparetimeincome.net/?p=5

    I am using the adsensedelux plugin <--!adsense--> what I am trying to do is place the adsense block on the right hand side so that the text wraps it.

    Can anyone help me out with this please.

    Thanks
     
    iamsgf, May 8, 2008 IP
  2. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #2
    I wrote an article about this a year ago (How to integrate google adsense with your Wordpress Blog without using plugins)

    If you want to use the plugin then all you need to do is wrap a div class around the adsense plugin code

    I used to use

    .adsense-right {
    display:block;
    float:right;
    margin: 0px 0px 5px 10px;
    }
    Code (markup):
    so you would have

    <div class="adsense-right">
    ....adsense plugin code
    </div>
    
    Code (markup):
    let me know if you have any problems
     
    System0, May 8, 2008 IP
    iamsgf likes this.
  3. iamsgf

    iamsgf Active Member

    Messages:
    982
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    85
    #3
    dude... awsome, thanks
     
    iamsgf, May 8, 2008 IP