Google Adsense Beginner Design Question

Discussion in 'HTML & Website Design' started by markfoster, Mar 5, 2007.

  1. #1
    i have a website, http://www.what-the-news.com, and i am trying to get my medium rectangle ad to show up just to the right of my videos. Everytime i put in the align right code it drops down below the video like the leaderboard banner, which is currently there.

    Here are the codes i'm using:

    <p><div align="right"><script type="text/javascript"><!--
    google_ad_client = "pub-8909561621860243";
    google_ad_width = 200;
    google_ad_height = 200;
    google_ad_format = "200x200_as";
    google_ad_type = "image";
    google_ad_channel = "";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>


    Any help will be huge,

    Mark
     
    markfoster, Mar 5, 2007 IP
  2. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #2
    You need to place your right aligned div above your video html code.
     
    wmtips, Mar 5, 2007 IP
  3. markfoster

    markfoster Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    won't that just put it on top of the video and to the right?
     
    markfoster, Mar 5, 2007 IP
  4. brielevan

    brielevan Active Member

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #4
    Maybe this can help.

    <div style="float:left;">video hmtl</div>
    <div style="float:right;">adsense code</div>

    or you can put it some class.
     
    brielevan, Mar 7, 2007 IP