If you have a look at http://www.blogreporter.biz you will see spaces between the adsense code on the left hand side and the two images on top and bottom. It works fine in FF but not IE. The code is: <div id="adsense"> <img src="/img/googletop.gif"/> ##ADSENSE CODE## <img src="/img/googlebottom.gif"/> </div> </div> </div> </div> <div id="center"> <div class="block"> <div class="block-content"> CSS is: #adsense { margin-left: 0x; } I thought this might be the imag border but img { border: none ; } did not work. Any ideas guys? Thanks!
Not tested. try img {vertical-align: bottom;}. You really should correct the html errors. Debugging invalid html does not yield consistent results. cheers, gary
Yea, its quite a mess. Il have to go through the whole thing at some point. Il give v align a try in a sec. Ta!
Try this and make sure the white corners on the images are white and not clear: #adsense { margin-left: 0x; background:#ccffcc; }