Click here to Skip to main content
15,887,272 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having issues in chrome browser as it is not showing the favicon in address bar.it is only displaying in the tab. I am having no issues with IE, but chrome is giving me hard time.. I want to make the icons to display in address bar and tab as well. Help me

HTML

HTML
<link rel="icon" href="http://www.mydomain.info/favicon.ico" type="image/x-icon" />      
<link rel="shortcut icon" href="http://www.mydomain.info/favicon.ico" type="image/x-icon" /> 


What I have tried:

I have tried changing the code to





It's working fine with IE, but not in chrome....In chrome it only displays at tab..I want it in address bar
Posted
Updated 22-Sep-16 23:51pm
v3

See why doesn&#39;t the favicon file show in the address bar of google chrome? - Stack Overflow[^]. You may also get further information in the Chrome forums.
 
Share this answer
 
 
Share this answer
 

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