Tuesday, October 12, 2004

239.aspx

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>


 

1 comment: