Saturday, January 1, 2005

419.aspx

Adding the Amazon.com Click to Give link to a .TEXT blog

I found the the Amazon “Click to give“ code on Brian Sullivan's blog. I added his code in Skins\SkinName\Controls\CategoryList.ascx, before the <asp:Repeater tag, to get the link high on the page.


<ItemTemplate>


   <h3>Donate</h3>


    <ul>


        <li>                         


        <!-- Begin Amazon Honor System Paybox -->


            <img src="http://s1.amazon.com/exec/varzea/tipbox/A1J1JDQWBS9GWQ/T3MYIILZNTKFV2"


                  usemap="#T3MYIILZNTKFV2"


                  border="0"


                  alt="Amazon Honor System">


                  <map name="T3MYIILZNTKFV2">


                        <area coords="40,100,160,160"


                              href="http://s1.amazon.com/exec/varzea/pay/T3MYIILZNTKFV2" alt="Click Here to Pay" target=_top>


                        <area


                              coords="23,183,178,195" href="http://s1.amazon.com/exec/varzea/subst/fx/help/how-we-know.html" alt="Learn More" target=_top>


                  </map>


            <!-- End Amazon Honor System Paybox -->


        </li>


    </ul>  


</ItemTemplate>


 


I followed up on my earlier promise and donated to the International Red Cross earlier today.

No comments:

Post a Comment