I have certain pages I want to test by removing the AdSense code. My AdSense code is in <div></div> tags. Can I just use html comment tags like this: <!-- div class="whatever"> (adsense code) </div --> instead of removing the AdSense code?
encyclo
4:26 pm on Oct 27, 2005 (gmt 0)
Yes, you should be able to set comments like that - it will mean that the AdSense insertion code will not be parsed. However, to avoid any potential problems, I would personally use a comment tag around the entire block: