Display Issue, two 336x280 on same line

Discussion in 'Placement / Reviews / Examples' started by WebDev Solutions, Mar 9, 2011.

  1. #1
    Hi guys,

    Having a real display issue with www.mw3-forum.com. I have 336x280 ads that I wish to display on the same line.

    When I load the site in Firefox, or Chrome - the page displays correctly and shows both adverts on the same line, side by side with each other. However, when viewing the page through internet Explorer the ads display on seperate lines.

    How can I fix this issue with IE?

    Edit: Just tried reducing to 300x250 with no success..

    Edit 2: Nevermind! Apparently it's just because I'm using an outdated version of IE..
     
    Last edited: Mar 9, 2011
    WebDev Solutions, Mar 9, 2011 IP
  2. UncleP

    UncleP Well-Known Member

    Messages:
    138
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    135
    #2
    You can put the ads in a table, it's what I do with proxy templates, that way the ads will show side by side like you want.
    Like this:
    
    <p><table border="0">
    <tr>
    <td>
    ADCODE1
    </td>
    <td>
    ADCODE2
    </td>
    </tr>
    </table></p>
    
    Code (markup):
    If you want them centered then put a <div align="center"> before and a </div> after the table.
    I use an outdated version of IE so don't feel so bad, many other people do too but the above will fix it :)
     
    UncleP, Mar 17, 2011 IP
  3. maree

    maree Peon

    Messages:
    222
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    that is a big problem so you discus it for any developer
     
    maree, Mar 18, 2011 IP