Tuesday, November 17, 2009

How To Check Visited Links of Your Blog/WebSite

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see </head> tag .

3.Copy below code and paste it just before the </head> tag.

Check Visited Links
Check Visited Links of Your Blog/WebSite


<style type='text/css'>
a:visited {
padding-left: 15px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGYVHXDXWVtB5VrQnoJtQ8qmDf1peqERt4MUtVkqBQB1X239FJM9KOdeeKwINV-psp4HbuCW4SFnzYX9pjqVdiwMcy3eBH-IY083KQ6XPtgb07Uob-mktoTuRTC5reaa8xwATONtNnbCPM/) left no-repeat;
}
</style>


4.Now save your template.

You are done.

Demo

No comments:

Post a Comment