akx10mxa
New Member
- Messages
- 15
- Reaction score
- 0
- Points
- 1
I design my site locally and ftp the files to my site. It's worked for quite a while.
Somewhere in the past years I've noticed that my favicons for my pages are not showing in Firefox. They work in Google Chrome.
Anyone got any idea how I can get Firefox (latest version 78) to work?
This is the code.
<link type="image/x-icon" href="images/icons/favicon.ico" rel="shortcut icon" />
<link type="image/x-icon" href="images/icons/favicon.ico" rel="icon" />
Some place along the line I got feedback that both lines were needed to account for things like IE or some such issue. I leave both lines in, and Chrome seems to be okay. I'm just wondering why Firefox fails. Firefox locally displays the icon however.
Somewhere in the past years I've noticed that my favicons for my pages are not showing in Firefox. They work in Google Chrome.
Anyone got any idea how I can get Firefox (latest version 78) to work?
This is the code.
<link type="image/x-icon" href="images/icons/favicon.ico" rel="shortcut icon" />
<link type="image/x-icon" href="images/icons/favicon.ico" rel="icon" />
Some place along the line I got feedback that both lines were needed to account for things like IE or some such issue. I leave both lines in, and Chrome seems to be okay. I'm just wondering why Firefox fails. Firefox locally displays the icon however.