Note that there are some explanatory texts on larger screens.

plurals
  1. PODisplaying a Favicon using recommended code is not working
    primarykey
    data
    text
    <p>I have "Googled" this quite a bit in the past hour.</p> <p>I am working on a new website, and I've never used favicons before (I always forget about them). So, the first place I looked was Google, and the first result that came up was this one:</p> <p><a href="http://www.w3.org/2005/10/howto-favicon" rel="nofollow">How To Add A Favicon To Your Site (W3.org)</a></p> <p>And after trying out the first two options, and re-uploading the files to the server I have found that neither of the snippets of code on that page listed above work for me. I have double-checked that all references to the favicon are correct and that all files are in the right places. I have even tried using a <em>.PNG file instead of an actual icon (</em>.ico), which I have seen in use on other sites.</p> <p>Then, I went back to Google and looked at a few more sites, and tried the code in those tutorials. It worked! Well, kind of... It worked in Flock web browser, FireFox, and Chrome. But it didn't work in Internet Explorer 9, 8, 7, or 6.</p> <p>I then came over here to S/O, and "View Source"'d the homepage and used their favicon code and that still didn't work!</p> <p>Here's the latest piece of code that I have now:</p> <pre><code>&lt;link rel="shortcut icon" href="http://mywebsite.com/favicon.ico"&gt; </code></pre> <p>What is the most reliable way of ensuring my Favicon displays in every browser?</p> <p><br /><br /></p> <h2>Updates</h2> <hr /> <ol> <li>Tried Bookmarking the page - Didn't work.</li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload