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..
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