Heya guys I'm having trouble getting some adds outa this article .. and 15,999 like it.. I bought the articles... the google code is in a peachy orange, I want to get rid of the code in grey right under it... can anyone help me figure out what to get rid of? I've been messing with it for hours.. URL of one of the articles= http://www.jammiesatwork.com/advertising/Online_Advertising_for_Dummies.html ~LadyH
Looks like there is an extra script code at bottom of the adsense code...try removing it and see if that works.
you need to change this: <a href="http://www.jammiesatwork.com/forum">Discuss this Article</a> <p><a href="index.html"> <img border="0" src="small.jpg" width="124" height="93"></a></span></div> <p align="left"><hr /></p> <p align="left"><script type="text/javascript"><!-- google_ad_client = "pub-0883767327961300"; google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_ad_type = "text"; //2006-10-23: Advertising google_ad_channel = "0496096667"; google_color_border = "FFCC66"; google_color_bg = "FFFFCC"; google_color_link = "F2984C"; google_color_text = "F2984C"; google_color_url = "940F04"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup): remove basically the second <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> so its like this: <a href="http://www.jammiesatwork.com/forum">Discuss this Article</a> <p><a href="index.html"> <img border="0" src="small.jpg" width="124" height="93"></a></span></div> <p align="left"><hr /></p> <p align="left"><script type="text/javascript"><!-- google_ad_client = "pub-0883767327961300"; google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_ad_type = "text"; //2006-10-23: Advertising google_ad_channel = "0496096667"; google_color_border = "FFCC66"; google_color_bg = "FFFFCC"; google_color_link = "F2984C"; google_color_text = "F2984C"; google_color_url = "940F04"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup):