Posted 11:31 AM
by Blah blah
See How People Click to Your Site
I just added this one line at the bottom of my blog template (just before the </body> tag). It makes your blog list, at the bottom, what sites people are clicking on to get to yours. It will slow down your page loading a bit. Try it. Make sure to put it at the very bottom to avoid screwing up your page formatting. It comes from
Stephen's Referral System.
See
my referrals.
<script language="Javascript" src="http://www.downes.ca/referrers.js">
</script>
On my page, it made the font too big for me, so I added SPAN tags to shrink it, like this:
<span style="font-size:10px;">
<script language="Javascript" src="http://www.downes.ca/referrers.js">
</script></span>