Positioning a Google Add

Discussion in 'AdSense' started by Possum, Dec 27, 2007.

  1. #1
    Hi

    I have the Google Adsence script to put on my site

    <script type="text/javascript"><!--
    google_ad_client = "pub-*************";
    //200x200, created 12/27/07
    google_ad_slot = "*******";
    google_ad_width = 200;
    google_ad_height = 200;
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>


    I need to have it aligned to the right side of my page with the Text Rapped to the Left. So the Text begins at the top Left of the Add..


    How can I do this.. thx everyone

    Cheers Possum..
     
    Possum, Dec 27, 2007 IP
  2. bigrollerdave

    bigrollerdave Well-Known Member

    Messages:
    2,112
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    140
    #2
    You can't do it without violating google's T.O.S unless you have a premiere account.
     
    bigrollerdave, Dec 27, 2007 IP
  3. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #3
    if you want the ad to show on the right side of the page instead of left (i think thats what you mean), then you can do it using columns. use 2 columns and size them accordingly. on the right column which will be smaller in width, you can put the google code. that way google ad will show on the right and your web content will show on the left
     
    sultanofseo, Dec 27, 2007 IP
  4. petdam

    petdam Peon

    Messages:
    250
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ## <div align="right">
    ## ad code
    ## </div>

    if I understood correctly. Anyone verify this?
     
    petdam, Dec 27, 2007 IP
  5. busman3000

    busman3000 Peon

    Messages:
    543
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think that should work.
     
    busman3000, Dec 27, 2007 IP
  6. Possum

    Possum Active Member

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #6
    Hi

    Thx everyone..This is what I ended up with

    <div style="float: right; margin-right: 20px; margin-top: 20px;">
    <script type="text/javascript"><!--
    google_ad_client = "pub-***************";
    //200x200, created 12/27/07
    google_ad_slot = "*******";
    google_ad_width = 200;
    google_ad_height = 200;
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>
     
    Possum, Dec 27, 2007 IP
  7. Possum

    Possum Active Member

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #7
    Surely its OK to position your adsence add as best you can

    cheers Possum..
     
    Possum, Dec 27, 2007 IP
  8. bfellow

    bfellow Active Member

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #8
    It is okay to position the ads where you want. I think what bigrollerdave ment was actually influencing the position INSIDE the ad box, which would violate the TOS.
     
    bfellow, Dec 27, 2007 IP