Can you please give me guild on how to insert goolge adsense section targeting on my forum thread.
HTML Code:
The HTML tags to emphasize a page section take the following format:
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
You can also designate sections you'd like to have ignored by adding a (weight=ignore) to the starting tag:
<!-- google_ad_section_start(weight=ignore) -->
With these tags added to your HTML code, your final code may look like the following:
<html><head><title>Section targeting</title></head>
<body>
<!-- google_ad_section_start -->
This is the text of your webpage. Most of your content resides here.
<!-- google_ad_section_end -->
</body>
</html>