Hello, I have a css problem on my site. There is an adsense block inside my posts, that doesn't show up in IE. In firefox, it works fine. Also, the other adsense ads display in IE, it's just the one block that's wrapped inside the individual post that doesn't show up. If anyone thinks they can figure it out, how to fix it, i will pay you 5$ to your paypal. PM me for the site !
I'm using wordpress. 3 different people have requested the link so far. Whoever fixes it first will win. I will post the winner on here. Thanks !
I can't find the problem - the adsense seems to be appearing in both IE and FF. I'm using IE7, are you sure its not just IE6 that doesn't work properly?
I have tried on multiple versions of IE, and only the sidebar ads show up. The 300x250 square in the middle of the post doesn't show up. I mean it's there, but it's just a white space. Is that the ad block you guys are saying you're seeing
I've actually just figured out it works in IE7, but not in IE6. The ad block is there, it's just completely white for some reason.
Meethere - that is not the problem in this case. There are only 2 ad units to begin with, and only one of them displays right. The problem only happens in IE6. Would you like me to PM you the url ?
You are using this code in the page.php file Right <div class="main"><br /> <table align="right"> <tr> <td><script type="text/javascript"><!-- google_ad_client = "######"; google_ad_width = 300; google_ad_height = 250; google_ad_format = "300x250_as"; google_ad_type = "text_image"; //2007-02-23: style_post google_ad_channel = "3194910820"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "ff3366"; google_color_text = "000000"; google_color_url = "000000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></td> </tr> </table> HTML: Instead of this use <div class="main"><div style="float: right; margin: 3px;"> <script type="text/javascript"><!-- google_ad_client = "#########"; google_ad_width = 300; google_ad_height = 250; google_ad_format = "300x250_as"; google_ad_type = "text_image"; //2007-02-23: style_post google_ad_channel = "3194910820"; google_ad_channel = ""; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> HTML: and dont use the <br/> HTML: after the <div class="main"><br /> HTML: code Try this Hope that you get your HTML displayed in IE6
Onlineravi - I have made those changes to my single.php file ( i assume that's the page.php file you're talking about - the page for the single post). No difference. The ad block is still white. I believe the problem is in my stylesheet. Check the site now, your changes are in effect, but you'll see there is no difference. Edit - actually, after changing that code, the site was even more broken. The color theme was different, and it was displaying even the text differently. I took them out to it's original state for now.
You are using the css files twice . remove because its IE fix is written in the redwine Css http://styletips101.com/wp-content/themes/cordobo_green_park_09/style.css Don't delete it just comment it <!-- <link href="http://StyleTips101.com/wp-content/themes/cordobo_green_park_09/style.css" rel="stylesheet" media="all" type="text/css" /> --> and then see the result.