i just uploaded a wide sky scraper ad for my site, and it was very odd add, it was google adsense, but the world Ads By Google were not on there....should i be concerned or is this a new ad style? theres also no URL on the ads ... ill upload a pic but dont want to vilate the TOS
That is happening because your code needs to be parsed. It's not against the TOS to do this because your only replacing the letters. Can you post your AdSense code so I can parse it for you?
it happens when the java script can't read the style. in your case,there is no google_ad_slot. the ad slot is where it looks for the style. btw,it is a violation of the TOS if you do this on purpose.
This is it: <tr> <td class="alt1"> <div align="center"> <script type="text/javascript"><!-- google_ad_client = "XXXXXXXXXXXXXXXXX"; //160x600, created 12/25/07 google_ad_slot = ""; google_ad_width = 160; google_ad_height = 600; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div></td></tr> Code (markup): Honestly I have no idea wth is going on, im just a newb at this stuff, I just found it weird it did this... I already shot google a email about it, lets see what they say
Here you go: <tr> <td class="alt1"> <div align="center"> <script type="text/javascript"> <!-- google_ad_client = "XXXXXXXXXXXXXXXXX"; //160x600, created 12/25/07 google_ad_slot = ""; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div></td></tr> Code (markup): I hope this helps