I am using DW 8, and google analytics, in order to track outbound clicks a line
has to be added to the href tag - 'onclick'

example - <a href="http://www.sitename.com" onClick="javascript:urchinTracker
('/bannerads/roboform/templateside');">text</a>

the ('/bannerads/roboform/templateside') cannges according to what I want to
name it, - an imaginary directory on my server that the google analytics will
log as a page view so i can see how many people went to that site. (using this
instead of a simple click tracker, as you can see where that visitor came from,
to be able to see what advertising is working and such.

anyway, I do not use PHP for this site, all HTML, LOL, I know, move on, but
I'm not ready for that. Soooo, is there an easier way to add that peice of code
to the outbound links rather than in the source view- maybe an extension- I am
sure I wouldnt be the only one, there seem to be alot of prople at the google
analytics help site that use dreamweaver. If anyone has any ideas on making
this process easier, please let me know, or if you are in the mood to give a
new ext. a try, I will be your test monkey :-)

Ok, thanks in advance, it has been a long day of copy paste trying to add that
line into all links, so any advice appreciated!

Eve