Hey friends. I had noticed some strange text ads on my site from google. >May i know what is this? >Did anyone of you notice it?. >Its normal or just happening with me? Screen shot: Thnx F--K
i had not changed codes and also never used it between php codes. I had replaced it with other codes but its appearing like this
Hmm, last time this happened to me it was because part of the code was not right, I think I was missing a closing tag on one of my javascripts on that page. Check all your tags and make sure they are closed right.
yes i understand your probleme you may have a free hosting, they put hre advert in the footer upgrade you host or change it
<p><script type="text/javascript"><!-- google_ad_client = "pub-???????????????????"; /* 728x90, created 3/5/08 */ google_ad_slot = "5006370033"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></p> This is the code which em using and its working fine on other pages.
This is not on free hosting i had already mentioned i have my own server. And ads are showing links from google syndicate.
Could this be injected by the free image hosting site in the lower right-hand corner? It looks like - www.myfreeimagehosting.net "Enjoy our service free." Yeah, right, except for the ads!
yeah, check the code to see if it's not inserted inside another script tag or check your css template
they are working fine for me like i dont see something like that *strange* adsense ad on your site =P seems that you make sites for some sort of social service or sth like that, you must be putting no ads or public service ads in them =D =P
Something is ruining the AdSense code. Try putting the code in its own <div> if everything looks right. I would just re-add the code from fresh and see what happens... but make sure to fix it ASAP.
that's anice looking ad, it shows up like that sometimes, maybe cause of adsense servers not loading up the entire script. I wonder if clicks from those ads get higher CTR? lol
It is stransge, because your two other ads are working fine. That means you do not have any problem with your server. I would say, try to put your adsense code into a table and it should solve your problem. Just use this code for your adsense: <table width="728" border="90" cellspacing="0" cellpadding="0"> <tr> <td>your adsense code goes here</td> </tr> </table>
Here is the page at the image host - http://myfreeimagehosting.net/show.php?img=319_dsgdthumb.gif.html Notice the extra ad underneath the first ad. Looks like they automatically slap ads under everything.
It's not about free hosting... I experienced this many times with php codes... but anyway try to check everything...