After the new adsense version has come out it has got a very small problem when you copy the code from the adsense textbox and paste it in your website it is not going to display ads
The ad code look somethink like below
<script type=”text/javascript”><!–
google_ad_client = “pub-**************”;
/* 728×90, created 2/9/08 */
google_ad_slot = “7222914391”;
google_ad_width = 728;
google_ad_height = 90;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
the problem is
in the code see
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
it must be
<script type=”text/javascript”src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
do it and the ads will start displaying smile
it happens because now all type of text editor are unicode supported so they copy the text as it is
Thanks
krates