Adsense ads differ from browser to browser

Discussion in 'Placement / Reviews / Examples' started by gskrk, Apr 13, 2010.

  1. #1
    Hi

    I am using phpbb discussion forum website After ad placement when i look preview ..it is ok in mozilla and chrome.But coming to internet explorer ads are displaying each one below instead of side by side.

    [​IMG]

    It should be like this.......But in the internet explorer it displays like this.


    [​IMG]

    Once please check and guide me to place the ads side by side inthe internet explorer also.

    Thank u..........

    http://www.dragondukes.com/
     
    gskrk, Apr 13, 2010 IP
  2. etc

    etc Well-Known Member

    Messages:
    3,234
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #2
    of course it will always be different per session.
     
    etc, Apr 13, 2010 IP
  3. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #3
    Use a table (one row, 3 columns) in order to have your ads be exactly how you want them to be.
     
    JamesColin, Apr 13, 2010 IP
  4. gskrk

    gskrk Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi sir,

    can you please tell me how to create a table.....
     
    gskrk, Apr 15, 2010 IP
  5. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #5
    Sure, it's easy:

    
    <table border="0">
    <tr>
    <td>ADSENSE 1</td>
    <td>ADSENSE 2</td>
    <td>ADSENSE 3</td>
    </tr>
    </table>
    
    Code (markup):
     
    JamesColin, Apr 15, 2010 IP
  6. diana7

    diana7 Member

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #6
    I believe it has something to do with the width of the page. It differs from IE Explorer to Firefox. I always have to play around to make things look good on IE.
     
    diana7, Apr 26, 2010 IP
  7. gskrk

    gskrk Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thank u sir,...your code is working..

    Can u give me one more suggestion...How to place ads as Wide Skyscraper (160x600) banner in the right side of my forum.
     
    Last edited: Apr 27, 2010
    gskrk, Apr 27, 2010 IP
  8. abid786

    abid786 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    of course it will always be different per session.
     
    abid786, May 2, 2010 IP
  9. Realitypod

    Realitypod Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    there are small differences. Try using constructs which are read in same way by all explorers. A web designer can help you with this
     
    Realitypod, Jun 2, 2010 IP
  10. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #10
    That will be a Mess for sure :D

    Go to CSS, find forabg and declare its width by reducing 16px from the current :| and make it as a float to the left side.
    Make a div for ads and float it to right.

    Now go to template edit page, and add the code under the newly made ad div, in index-body.html to show in home page.

    See where it is given <-- Include forumlist.html---> some code like this, put the adcodes after this.


    After that see the website, make the required CSS changes, and make it perfect.

    Thanks.

    (I did a freelance project on this some months back, thats why am not so sure about the codes and all now coz i dont by-heart the codes lolz :D)
     
    extremephp, Jun 2, 2010 IP
  11. Oranges

    Oranges Active Member

    Messages:
    2,610
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    90
    #11
    Avoid tables where you can.
    For your design you need to float 3 div classes under the div id, 2 to left and 3rd one to right. I think size of the div id should be 250px + 250px + 250px = 750px (can be more if you want to give margin between classes) That should do it!
     
    Oranges, Jun 2, 2010 IP