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 of Your Blog/WebSite


<style type='text/css'>
a:visited {
 padding-left: 15px;
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOjRfSSfR0XopPscI4Ns-4Ro9Hz0qmgYUjSjXMA4KGFP6_9DcPddFfzEkDkHBc3Ia0FJ6ZfTk06vPxGkRnXiQ-0ez2hk_eGHu9Mij5ePsGIWcwhUAGoMvBYNfjRmnfehtBrvOl9YqbINHb/) left no-repeat;
   }
</style>


4.Now save your template.

You are done.

Comments