How can i get 2 large box google ads side by side

Discussion in 'HTML & Website Design' started by WoW Blood, May 30, 2009.

  1. #1
    Okay here's my site http://majesticgames.org/ and every time I try putting 2 of the large sq google ads side by side the other sq ad just goes below the other one. How do I make them side by side?
     
    WoW Blood, May 30, 2009 IP
  2. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    you will nee to apply floats to your div eg

    
    <div style="float:left">
    {AD_BLOCK_1}
    </div>
    <div style="float:left">
    {AD_BLOCK_2}
    </div>
    
    Code (markup):
     
    Spawny, May 30, 2009 IP
  3. WoW Blood

    WoW Blood Well-Known Member

    Messages:
    164
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    135
    #3
    WoW Blood, May 30, 2009 IP