Adding Google AdSense to a .TEXT blog
Had to look around the templates for a while but I found it in the end. Add the following in at the end of Skins\SkinName\Controls\CategoryList.ascx and insert the JavaScript script from Google. Works like a charm.
<ItemTemplate>
<h3>Sponsored links</h3>
<ul>
<li>
PASTE SCRIPT HERE
</li>
</ul>
</script>
</ItemTemplate>
Thanks! Exactly the information I was looking for!
ReplyDelete