I've added Google Analytics to my website and it works great, but what I would really like to do is tag the "download this week's issue" link so i can track how many times the pdf file is downloaded. The GA help page says: For example, to log every click on a particular link to www.example.com/files/map.pdf as a pageview for /downloads/map you would add the following attribute to the link's <a> tag:

<a href="http://www.example.com/files/map.pdf" onClick="javascript: pageTracker._trackPageview('/downloads/map'); ">


I don't know anything about html code (That's why I bought XWD) How and where do I insert this code? Any help is much appreciated.