After some googling, I found this blog entry which contained a comment that answered my question.
To refresh a favicon, do the following:
- Crack open the html with View Page Source
- Find the address of the favicon link, usually in a tag with
<link rel="shortcut icon"...
- Put the full address of the favicon in the address bar (e.g.
http://www.mysite.com/images/favicon.ico
) - Hit the refresh button to be sure
No comments:
Post a Comment