Wordpress Adsense problem.

Discussion in 'Link Development' started by slaich2000, Apr 5, 2009.

  1. #1
    slaich2000, Apr 5, 2009 IP
  2. wowhaxor

    wowhaxor Banned

    Messages:
    1,507
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I've never used this plugin but its very simple with the theme editor. Just select singlepost.php in there find where the content is and stick this:

    <div style="float: left;">
    Here your adsense script
    </div>

    if you want it be on the left like on the page you showed, or you can put it on the right if you prefer.
     
    wowhaxor, Apr 5, 2009 IP
  3. slaich2000

    slaich2000 Peon

    Messages:
    408
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, it works but I want adsense in the middle of the article. This script places ad on left top.
     
    slaich2000, Apr 5, 2009 IP
  4. ravont

    ravont Peon

    Messages:
    196
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <div style="float: center;">
    Here your adsense script
    </div>
     
    ravont, Apr 6, 2009 IP
  5. wowhaxor

    wowhaxor Banned

    Messages:
    1,507
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No, that would be because you're putting in the wrong spot. It aligns it left, if you have it top left that means you placed the code before the content.
     
    wowhaxor, Apr 7, 2009 IP