can anyone please check why adsense ads are not displaying in my site www.amritaworld.com, when viewed in FF, but are visible when viewed in IE ? Thanks in advance
Just for a test: Change #otherleftstuff { width: 88%; padding: 10px 6% 40px 6%; } Code (markup): to #otherleftstuff { width: 88%; height: 500px; padding: 10px 6% 40px 6%; } Code (markup): in your styles.css file.
thnx shadow, but still not much difference height of left column has increased but ads can still not be seen in FF
Hmmm, I thought the column was under your navigation bar and that'd be the reason why FF isn't showing ads... guess it wasn't that... ADDED: Ok, I guess I found what's wrong. You messed up the code from Google. Copy/paste it again. It says <script type="text/javascript" //src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): but it should be <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): IE is a slow thinker, didn't get that bug
oh! thnx a lot shadow i m finally able to see the ads in both Ie/FF but the ads are not at all relevant anyways thnx again