<!-- google_ad_section_start(weight=ignore) --> I was unclear on how to use this tag. Do you enclose the text to be ignored between the same tag?
My second question was on : google_ad_section_start and google_ad_section_end . Can these thing enclosed the google ad code? or are they mainly for the main content?
I would use it like this: <html> <head> ... </head> <body> ... <!-- google_ad_section_start --> Important text for AdSense <!-- google_ad_section_end --> ... <!-- google_ad_section_start(weight=ignore) --> Text that AdSense should ignore <!-- google_ad_section_end --> ... </body> </html> Code (markup): Jean-Luc