I just mentioned in the "News" section that Google have just introduced a new adsense feature called "Section Targeting".
You can read more about it here -
http://www.adsensefo...p?showtopic=113
I have used this idea to make the some changes to my Invision Power Board so that the Board Header, Member Bar, Navigation Bar, Board Footer, Stats and Copyright section will be not given much priority by Google when it is deciding which ads to display in one of my forums.
It was a very easy to make this change.... I just added the following two lines to the Invision Board Header/Footer (which can be edited via the Admin Control Panel in the Skins section) -
(changes are maked in red) -
Quote
<% GENERATOR %>
<% CSS %>
<% javascript %>
<% BOARD HEADER %>
<% MEMBER BAR %>
<% NAVIGATION %>
<!--IBF.NEWPMBOX-->
<!-- google_ad_section_start -->
[some other code of mine]
<% BOARD %>
[some other code of mine]
<!-- google_ad_section_end -->
<% BOARD FOOTER %>
<% STATS %>
<% COPYRIGHT %>
Now I have to sit back and wait for the Google spider to re-spider my site and display more relevant ads!
Cheers, Glen












