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. It should be like this.......But in the internet explorer it displays like this. Once please check and guide me to place the ads side by side inthe internet explorer also. Thank u.......... http://www.dragondukes.com/
Sure, it's easy: <table border="0"> <tr> <td>ADSENSE 1</td> <td>ADSENSE 2</td> <td>ADSENSE 3</td> </tr> </table> Code (markup):
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.
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.
there are small differences. Try using constructs which are read in same way by all explorers. A web designer can help you with this
That will be a Mess for sure 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 )
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!