(2016-09-21, 19:16)Travis Cobbs Wrote:(2016-09-21, 5:00)Orion Pobursky Wrote: Done but it's not loading for me. Anybody else?
It shows up for me in Chrome, but not Firefox. Doing a "view source", I see the following entry in this page's header:
Code:<link rel="icon" href="favicon.ico" type="image/x-icon" />
Looking at ldview.sourceforge.net, where my favicon does show up in Firefox, I see I used this:
Code:<LINK REL="SHORTCUT ICON" href="favicon.ico">
Maybe Firefox requires the REL value to be "SHORTCUT ICON" instead of just "icon"?
When looking at the HTML documentation and using a bit of Google, it seems that rel="icon" is the official HTML way of doing it.
rel="shortcut" is unofficial and was only used in older versions of IE. So, I highly doubt that Firefox wouldn't support the official icon relationship tag...