Wordpress ad? pics!

Discussion in 'AdSense' started by MindElude, Aug 7, 2007.

  1. #1
    How do I make my ads on Wordpress show up like this picture?

    [​IMG]

    The ad between the textish.

    Thank you.
     
    MindElude, Aug 7, 2007 IP
  2. The Big Deal

    The Big Deal Peon

    Messages:
    212
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to use a div float like this:

    <div style="float: left; margin: 5px 5px 5px 5px;"> Your Ad Goes Here </div>

    The 5px is the margin size for the sides and top, bottom etc, you can change it as you prefer.
     
    The Big Deal, Aug 7, 2007 IP
  3. MindElude

    MindElude Peon

    Messages:
    177
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    but where do I add? Which file?

    Thanks
     
    MindElude, Aug 7, 2007 IP
  4. bbhit

    bbhit Active Member

    Messages:
    533
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    <div style="float: right; margin: 5px 5px 5px 5px;"> Your Ad Goes Here </div>
     
    bbhit, Aug 7, 2007 IP
  5. Freewebspace

    Freewebspace Notable Member

    Messages:
    6,213
    Likes Received:
    370
    Best Answers:
    0
    Trophy Points:
    275
    #5
    Yes I also have the same question?

    Is it possible to add adsense i between the content in wordpress!
     
    Freewebspace, Aug 7, 2007 IP
  6. totalmasala

    totalmasala Banned

    Messages:
    1,454
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    add that tag while writing post!
     
    totalmasala, Aug 7, 2007 IP
  7. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #7
    This is the easiest way to do it. There is a plugin out there related to adsense that does this for you and all you do is input something like <1> or <2>. I will try to dig it up...
     
    NewComputer, Aug 7, 2007 IP
  8. Doug the Great

    Doug the Great Peon

    Messages:
    548
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you go to single post, and right by the php function that fetches the content, put the code there.

    And if you want to mess around with it on your main pages and such... give this a look.

    http://www.tamba2.org.uk/wordpress/adsense/
     
    Doug the Great, Aug 7, 2007 IP
  9. r3born

    r3born Active Member

    Messages:
    1,070
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    88
    #9
    AdSense deluxe probably.

     
    r3born, Aug 7, 2007 IP
  10. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #10
    yes, its adsense deluxe.
    and you cant put div tags in posts. The best way is to use adsense deluxe or editing the templates.
     
    Abhik, Aug 7, 2007 IP
  11. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #11
    you need to edit your wp theme.

    you can also use adsense optimised wp themes as an alternative
     
    trichnosis, Aug 7, 2007 IP
  12. nobshyip

    nobshyip Guest

    Messages:
    139
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #12
    nobshyip, Aug 7, 2007 IP
  13. bananajoe

    bananajoe Peon

    Messages:
    80
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Or use


    <table border="0" align="left"><tr><td>

    AdSense Code here

    </td></tr></table>
     
    bananajoe, Aug 7, 2007 IP
  14. kidblogger

    kidblogger Active Member

    Messages:
    791
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    70
    #14
    If you want to put it in your homepage, open your main index template and add that code just where you want it, and if you want it in singlepages, open single.php
     
    kidblogger, Aug 7, 2007 IP