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.

How to place google adsense code to display google ads at the top right in my forum?

Discussion in 'Placement / Reviews / Examples' started by universe, Feb 27, 2007.

  1. #1
    universe, Feb 27, 2007 IP
  2. l1tilr

    l1tilr Guest

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    do you mean like on this board?
    you have a table at the top that says "FIND ALL IN ONE Forums". I think the simplist would be to add a column and insert a 468 x 60 if you want to keep the title. not the best size though. a 760 x 90 would fit good there. or a div float right just inside the 'maindiv' with a 160 x 600 size

    not sure if this is what you mean
     
    l1tilr, Feb 27, 2007 IP
  3. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #3
    <table width="952" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="407" height="72" align="left" valign="middle">Logo on left</td>
        <td width="545" align="right" valign="middle">adsense code here</td>
      </tr>
    </table>
    HTML:
    table width= size of your forum width
    add this code in the overall_header or the file that takes the top most residence in your site. add a <br> after it and you should be good.

    best way is css... but this works well.

    goodluck,

    -Tim
     
    timallard, Feb 27, 2007 IP
  4. universe

    universe Peon

    Messages:
    1,087
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your code increases the width of the forum,displays ads right side of the forum,not this i asked.beside forum name FIND ALL IN ONE Forums,some empty place is there,i asked to display ads there .how? http://www.findallinone.com/forums/
     
    universe, Feb 28, 2007 IP
  5. l1tilr

    l1tilr Guest

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <div style="width: 100%;" class="topbar">
       <table cellspacing="0" cellpadding="0" border="0" style="width:100%;">
        <tr>
         <td style="padding:0;" width="1" height="120">&nbsp;</td> 
         <td>
          <span style="font-family: 'Trebuchet MS', Verdana, sans-serif; font-size: 150%; color: white; padding-top: 30px; padding-left: 30px; white-space: normal;">FIND ALL IN ONE Forums</span>
         </td>
         [B][COLOR=magenta]<td>468 x 60 Adsense Here[/COLOR][/B]
    [B][COLOR=magenta]  </td>[/COLOR][/B]
        </tr>
       </table>
      </div>
    
    Code (markup):
    add the highlighted <td></td> to your table
     
    l1tilr, Feb 28, 2007 IP
  6. universe

    universe Peon

    Messages:
    1,087
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Your code creates one more top bar,my forum already have top bar.What is the file better for placing google adsense code to display googe ads beside forum name FIND ALL IN ONE Forums. What is the place for placing code in that file.http://www.findallinone.com/forums/
     
    universe, Mar 1, 2007 IP
  7. l1tilr

    l1tilr Guest

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you must have added the entire <div> and <table> to your code. sorry if I didn't explain it correctly, only add the <td></td> which adds another column to the right of the one that your title "FIND ALL IN ONE Forums" is in.
     
    l1tilr, Mar 2, 2007 IP
  8. universe

    universe Peon

    Messages:
    1,087
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    What is the table or file name to ad code in my forum http://www.findallinone.com/forums/ ?
     
    universe, Mar 4, 2007 IP
  9. izhar_saifi

    izhar_saifi Guest

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    nice replies....
     
    izhar_saifi, May 10, 2007 IP
  10. scutari

    scutari Peon

    Messages:
    431
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    scutari, May 15, 2008 IP
  11. eLucknow.com

    eLucknow.com Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Use align=right in <TD> tag

    <TD align=right>ad sense code</td>
     
    eLucknow.com, Jun 25, 2008 IP