My website is built on Javascript. But once i put in google adsense. The whole site will not load in Safari and IE. Only load with Firefox. This is my site: Findthatmp3.com/pro Any idea why ?
There are bugs in your javascript... Using FF goto Tools>>Javascript Console and you'll see the first two are your and the third is adsense, debug and fix these then see how things are!
I deleted those line. But the script still isnt showing.. The problem only occur when i include Adsense.
What is "Error: Error in parsing value for property 'border-top' Declation dropped." ? Its from google. How do i fix it ?
It is weird tho, my website load up in Safari and IE after i removed the adsense code. Any idea why ?
hi guys, i'm here newbie, so have backup me... well er1cw, i did eatch your website codes, the javascripts codes you used in not starndard set... but how to fix problem and made viewable it for IE? find your adsence first part code! my mind is these: <script type="text/javascript"><!-- google_ad_client = "pub-7428296756816141"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; //2006-09-30: Rapidshare google_ad_channel ="8572020345"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_text = "333333"; google_color_url = "008000"; //--></script> Code (markup): it's right but you should remove this things: "<!--" and "//2006-09-30: Rapidshare" and "//-->" now save it and try open your website with IE browser... most will be same this: <script type="text/javascript"> google_ad_client = "pub-7428296756816141"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; google_ad_channel ="8572020345"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_text = "333333"; google_color_url = "008000"; </script> Code (markup): with out any comment tag solved!