How To Check Visited Links of Your Blog/WebSite

Posted by Lasantha Bandara on November 16th, 2009 File Under : css0 Comment

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(http://1.bp.blogspot.com/_4HKUHirY_2U/SxMoZG2TMoI/AAAAAAAAAcE/t1qcIEAb6aU/check.png) left no-repeat;
  }
</style>

4.Now save your template.

You are done.

Demo

File Under : css

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.