Hi Gurus,
I have been trying to play with adsense ads placement on my blog running on Atahualpa 3.5.3 and am in a fix. Hoping someone can point me in the right direction.
I am using the following code in ATO>Style & Edit Center Column to wrap test around adsense ads on my single post pages
<?php if ( is_single( ) )/* display ad on single post page*/ { ?>
<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”>
....... adsense code........
</div>
<?php } ?>
The wraparound looks fine when I use Firefox or Chrome but is totally messed up when using Internet explorer. An example page from my blog is "http://www.sapsecuritypages.com/se03-objects-in-transports/"
Thanks in advance for looking through.
Aninda