1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Ads next to each other

Discussion in 'AdSense' started by terminator69, Apr 11, 2008.

  1. #1
    How do i put ads next to each other? If i post the code twice, one will appear under the other.
     
    terminator69, Apr 11, 2008 IP
  2. JohnS0N

    JohnS0N Notable Member

    Messages:
    1,581
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    210
    #2
    It might help if you gave a pictured example of what exactly you are trying to achieve.
     
    JohnS0N, Apr 11, 2008 IP
  3. silveraden

    silveraden Banned

    Messages:
    3,833
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, but make sure your site has a good content and specific topic to have the ads appear..
     
    silveraden, Apr 11, 2008 IP
  4. terminator69

    terminator69 Notable Member

    Messages:
    4,872
    Likes Received:
    260
    Best Answers:
    0
    Trophy Points:
    230
    #4
    um did you even read my post?
     
    terminator69, Apr 11, 2008 IP
  5. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #5
    An easy way is:

    
    <table><tr>
    
      <td>
      <!-- Column 1, with Adsense Code -->
      <script type="text/javascript">
       ...
      </script>
      </td>
    
      <td>
      <!-- Column 2, with Adsense Code -->
      <script type="text/javascript">
       ...
      </script>
      </td>
    
    </tr></table>
    
    Code (markup):
    You can do it with CSS and divs only too, but IMO this method will be easier for you.
     
    ajsa52, Apr 11, 2008 IP
    terminator69 likes this.
  6. terminator69

    terminator69 Notable Member

    Messages:
    4,872
    Likes Received:
    260
    Best Answers:
    0
    Trophy Points:
    230
    #6
    Thanks ajsa52, exactly what I was looking for. Rep added.
     
    terminator69, Apr 11, 2008 IP
  7. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #7
    If you use DIVs,

    then make 2 divs, align one to right and one to left
     
    angilina, Apr 12, 2008 IP
    terminator69 likes this.
  8. jakeruston

    jakeruston Banned

    Messages:
    1,363
    Likes Received:
    89
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It depends on the width of the page, generally when I post the code twice it works fine.
     
    jakeruston, Apr 12, 2008 IP
  9. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #9
    you can do it one BELOW the other just by putting the code one below another. you can also do it side by side, one NEXT to each other. the way you can do it is by creating a table with 2 column and put the code in each column
     
    sultanofseo, Apr 12, 2008 IP
  10. ChillinCash

    ChillinCash Banned

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    You beat me.. LOL :D
     
    ChillinCash, Apr 12, 2008 IP