I'm having a little trouble with my site. I'm not sure which forum this post should go in, considering the problem involves html, javascript & Google adsense.
Please take a moment to view my website: http://www.hate-windows.com. I wanted to put Google adsense on my blog. Since I'm using WordPress I thought the easiest way would be to add a text widget and put the adsense code inside it.
Code:
<div class="textwidget">Ads by Google:
<script type="text/javascript"><!--
google_ad_client = "pub-7275119799694416";
//160x600, created 11/26/07
google_ad_slot = "2885986023";
google_ad_width = 160;
google_ad_height = 600;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
You can see the div WordPress created for the text, and I put the text "Ads by Google:" at the top just to make sure it displays.
In Internet Explorer it looks ok, but in FireFox nothing shows up? Any ideas why this would be?
Thank you for the help,
Nathan
|