Forum Moderators: martinibuster
My site has a logo top left and then the adsense leaderboard to the right, all on the same 'line'. With IE it displays fine, but with gecko/mozilla the adsense gets displayed immediately beneath the logo, rather than on the same level to the right.
This is how it looks in the source:
<img src="my image.jpg">
<adsense code>
How should I change it so that both browsers display it as to the right and neither as directly beneath the logo?
Many thanks in advance..
Anyway, as far as fixing the problem, there may be a CSS solution you'd have to test on a bunch of different browsers for compatibility, but what I would do is simply put the logo and the AdSense code in separate cells in the same row of a table.
I always want to make sure my site looks the same in both browsers, and sometimes it can be a bit of a chore, but it always seems to be IE's problem in the end.