Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I added a Favicon to my masterpage by placing the following below the title tag.

XML
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />


It was showing fine in the browser (Chrome) tab before the title. Now I want to remove it, and here's the problem, it is not getting removed.
I guess simply deleting these 2 line would do, but the image still getting displayed. I removed the Icon file from the folder, cleared browser cache, but still the icon is getting displayed.

What should be done??

Thanks.
Posted
Comments
bjdestiny 23-Oct-13 4:50am    
its not too much big problem, it's your browser's catch & history problem so clear your browser catch, cookie and history. if still problem is there then try to re install the browser.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900