Questions tagged [favicon]

An icon associated with particular website. It is often displayed in a web browser in address field (usually left to the URL), on tab bar, or in bookmarks.

A favicon is an icon associated with a particular website. It is often displayed in a web browser in the address field (usually left of the URL), on a tab bar, or in bookmarks.

Originally, favicons had a size of 16x16 pixels, though now they can be larger. How large the favicon is depends on the user agent. Favicons were introduced by Internet Explorer 5, which was using those small graphics for ed websites. Bookmarked websites were called favorites in IE5, which led to the name "favicon".

Favicons were originaly produced in format, but now they can use other types of image files (ie. or ). The benefit of using ".ico" files is that these can hold images in multiple sizes (usually 16x16, 32x32 and 48x48 pixels) for different contexts such as in the browser or on the desktop.

Favicons help give a website identity. They are often a scaled-down version of a website logo.

1781 questions
54
votes
5 answers

using favicon with css

I want to set the favicon for a fairly large number of pages. But, instead of using the HTML tag , I'd like to set it in the CSS file. I have limited access to some of the html files, and limited…
PA.
  • 28,486
  • 9
  • 71
  • 95
54
votes
6 answers

Favicon with GitHub Pages

I'm hosting a few sites with GitHub Pages (User and Project Pages), but they are not displaying their favicons (in the browser). Is the problem that GitHub displays the site with…
Rokin
  • 1,977
  • 2
  • 20
  • 32
52
votes
2 answers

HTML set image on browser tab

How do I set a little icon next to the website title on tabs in the web browser?
ozsenegal
  • 4,055
  • 12
  • 49
  • 64
52
votes
4 answers

Add image in title bar

How do I add image in title bar? I have title- "Webnet" Merging it with a FontAwesome Glyphicon's icon images as- <i class="icon-user icon-black"></i>Webnet And I tried it replacing with image source- <img…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> <a href="../../questions/tagged/font-awesome" class="post-tag grid--cell" title="show questions tagged 'font-awesome'" rel="tag">font-awesome</a> <a href="../../questions/tagged/glyphicons" class="post-tag grid--cell" title="show questions tagged 'glyphicons'" rel="tag">glyphicons</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 03 '13 at 12:08">asked Apr 03 '13 at 12:08</time> <a href="../../users/1982631/manoz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1982631.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Manoz" /> </a> <div class="s-user-card--info"> <a href="../../users/1982631/manoz" class="s-user-card--link">Manoz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,507</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="68 silver badges">68</li> <li class="s-award-bling s-award-bling__bronze" title="114 bronze badges">114</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-3103490"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>51</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/3103490/html-title-image" class="question-hyperlink">HTML Title Image</a></h3> <div class="excerpt">I want to have an image on the title in an HTML page (i.e on the tab along with the title). How can I do that? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 23 '10 at 16:20">asked Jun 23 '10 at 16:20</time> <a href="../../users/655814/james" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/655814.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="James" /> </a> <div class="s-user-card--info"> <a href="../../users/655814/james" class="s-user-card--link">James</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13,891</li> <li class="s-award-bling s-award-bling__gold" title="26 gold badges">26</li> <li class="s-award-bling s-award-bling__silver" title="68 silver badges">68</li> <li class="s-award-bling s-award-bling__bronze" title="93 bronze badges">93</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-887328"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>50</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/887328/favicon-ico-not-found-error-in-app-engine" class="question-hyperlink">favicon.ico "not found error" in App Engine</a></h3> <div class="excerpt">I am trying to develop on Google App Engine and in the list of the errors displayed in the admin console I always see the following: /favicon.ico i read the documentation , added a new folder called static and added this in my app.yaml: - url:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/google-app-engine" class="post-tag grid--cell" title="show questions tagged 'google-app-engine'" rel="tag">google-app-engine</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 20 '09 at 11:07">asked May 20 '09 at 11:07</time> <a href="../../users/104144/vignesh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/104144.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="vignesh" /> </a> <div class="s-user-card--info"> <a href="../../users/104144/vignesh" class="s-user-card--link">vignesh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">973</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="8 silver badges">8</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badges">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-33081965"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>49</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>14</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/33081965/favicon-not-working-on-edge" class="question-hyperlink">Favicon NOT working on Edge</a></h3> <div class="excerpt">I have a problem with this favicon I generated for a local server php project. It works fine on most browsers (Google Chrome, Mozilla Firefox and Opera) but on Microsoft Edge it doesn't work (It shows the default tab favicon). I've tried many…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/icons" class="post-tag grid--cell" title="show questions tagged 'icons'" rel="tag">icons</a> <a href="../../questions/tagged/microsoft-edge" class="post-tag grid--cell" title="show questions tagged 'microsoft-edge'" rel="tag">microsoft-edge</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 12 '15 at 13:08">asked Oct 12 '15 at 13:08</time> <a href="../../users/5330231/ragheb-alkilany" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5330231.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ragheb AlKilany" /> </a> <div class="s-user-card--info"> <a href="../../users/5330231/ragheb-alkilany" class="s-user-card--link">Ragheb AlKilany</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">913</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="11 silver badges">11</li> <li class="s-award-bling s-award-bling__bronze" title="20 bronze badges">20</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-37859753"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>46</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>8</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/37859753/refresh-favicon-in-bookmarks-firefox" class="question-hyperlink">Refresh favicon in bookmarks (Firefox)</a></h3> <div class="excerpt">Few days ago, I've changed the favicon of my website: it works well when I open the website: My website is also in my bookmarks, but it shows the old favicon: I already had a look here, but answers did not solved my problem. The solution is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/firefox" class="post-tag grid--cell" title="show questions tagged 'firefox'" rel="tag">firefox</a> <a href="../../questions/tagged/browser" class="post-tag grid--cell" title="show questions tagged 'browser'" rel="tag">browser</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> <a href="../../questions/tagged/bookmarks" class="post-tag grid--cell" title="show questions tagged 'bookmarks'" rel="tag">bookmarks</a> <a href="../../questions/tagged/page-refresh" class="post-tag grid--cell" title="show questions tagged 'page-refresh'" rel="tag">page-refresh</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 16 '16 at 12:49">asked Jun 16 '16 at 12:49</time> <a href="../../users/4927984/mistalis" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4927984.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mistalis" /> </a> <div class="s-user-card--info"> <a href="../../users/4927984/mistalis" class="s-user-card--link">Mistalis</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">17,793</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="73 silver badges">73</li> <li class="s-award-bling s-award-bling__bronze" title="97 bronze badges">97</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15447102"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>45</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15447102/why-does-my-favicon-not-show-up" class="question-hyperlink">Why does my favicon not show up?</a></h3> <div class="excerpt">The following is used to set the favicon in my html code: <link rel="icon" type="img/ico" href="img/favicon.ico"> However, the icon does not show. Why? Note: I have confirmed that the file is on-disk at the correct path. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 16 '13 at 08:15">asked Mar 16 '13 at 08:15</time> <a href="../../users/932014/sivajith" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/932014.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Sivajith" /> </a> <div class="s-user-card--info"> <a href="../../users/932014/sivajith" class="s-user-card--link">Sivajith</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,181</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="19 silver badges">19</li> <li class="s-award-bling s-award-bling__bronze" title="38 bronze badges">38</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-6964144"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>43</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/6964144/dynamically-generated-favicon" class="question-hyperlink">Dynamically generated favicon</a></h3> <div class="excerpt">Would it be possible using only JavaScript and HTML to dynamically generate a favicon, using the current page's favicon as a background, and a random number in the foreground? For example, lets say the current favicon looks similar to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> <a href="../../questions/tagged/html5-canvas" class="post-tag grid--cell" title="show questions tagged 'html5-canvas'" rel="tag">html5-canvas</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 06 '11 at 01:14">asked Aug 06 '11 at 01:14</time> <a href="../../users/464257/shaz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/464257.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Shaz" /> </a> <div class="s-user-card--info"> <a href="../../users/464257/shaz" class="s-user-card--link">Shaz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">15,637</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="41 silver badges">41</li> <li class="s-award-bling s-award-bling__bronze" title="59 bronze badges">59</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-27563580"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>41</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>9</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/27563580/how-to-link-favicon-icon-at-laravel" class="question-hyperlink">How to link favicon icon at Laravel</a></h3> <div class="excerpt">We know how to link HTML images and CSS files according to the following code. {{ HTML::image('images/example.jpeg', 'Example Image') }} {{ HTML::style('css/main.css') }} But, how to link the favicon icon at Laravel as we can not do like a static…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/laravel" class="post-tag grid--cell" title="show questions tagged 'laravel'" rel="tag">laravel</a> <a href="../../questions/tagged/hyperlink" class="post-tag grid--cell" title="show questions tagged 'hyperlink'" rel="tag">hyperlink</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 19 '14 at 10:00">asked Dec 19 '14 at 10:00</time> <a href="../../users/1324366/ahmad-sharif" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1324366.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ahmad Sharif" /> </a> <div class="s-user-card--info"> <a href="../../users/1324366/ahmad-sharif" class="s-user-card--link">Ahmad Sharif</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,141</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="37 silver badges">37</li> <li class="s-award-bling s-award-bling__bronze" title="49 bronze badges">49</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2057636"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>41</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>5</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2057636/how-do-i-get-a-website-s-favicon-using-javascript" class="question-hyperlink">How do I Get a website's favicon using JavaScript?</a></h3> <div class="excerpt">I am wondering if it is possible to get a website's favicon by a URL with JavaScript. For example, I have the URL http://www.bbc.co.uk/ and I would like to get the path to the favicon described in <link rel="icon" .../> meta tag -…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 13 '10 at 15:10">asked Jan 13 '10 at 15:10</time> <a href="../../users/223386/hsz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/223386.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="hsz" /> </a> <div class="s-user-card--info"> <a href="../../users/223386/hsz" class="s-user-card--link">hsz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">148,279</li> <li class="s-award-bling s-award-bling__gold" title="62 gold badges">62</li> <li class="s-award-bling s-award-bling__silver" title="259 silver badges">259</li> <li class="s-award-bling s-award-bling__bronze" title="315 bronze badges">315</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-122067"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>41</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>22</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/122067/favicon-not-working-in-ie" class="question-hyperlink">favicon not working in IE</a></h3> <div class="excerpt">I have a site using a custom favicon.ico. The favicon displays as expected in all browsers except IE. When trying to display the favicon in IE, I get the big red x; when displaying the favicon in another browser, it displays just fine. The page…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/internet-explorer" class="post-tag grid--cell" title="show questions tagged 'internet-explorer'" rel="tag">internet-explorer</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 23 '08 at 16:19">asked Sep 23 '08 at 16:19</time> <a href="../../users/13465/augiesarmy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13465.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="augiesarmy" /> </a> <div class="s-user-card--info"> <a href="../../users/13465/augiesarmy" class="s-user-card--link">augiesarmy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">413</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badge">4</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badge">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-10665321"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>41</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>7</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/10665321/reliably-getting-favicons-in-chrome-extensions-chrome-favicon" class="question-hyperlink">Reliably getting favicons in Chrome extensions, chrome://favicon?</a></h3> <div class="excerpt">I'm using the chrome://favicon/ in my Google Chrome extension to get the favicon for RSS feeds. What I do is get the base path of linked page, and append it to chrome://favicon/http://<domainpath>. It's working really unreliably. A lot of the time…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/permissions" class="post-tag grid--cell" title="show questions tagged 'permissions'" rel="tag">permissions</a> <a href="../../questions/tagged/google-chrome-extension" class="post-tag grid--cell" title="show questions tagged 'google-chrome-extension'" rel="tag">google-chrome-extension</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 19 '12 at 12:47">asked May 19 '12 at 12:47</time> <a href="../../users/224732/erik-rothoff" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/224732.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Erik Rothoff" /> </a> <div class="s-user-card--info"> <a href="../../users/224732/erik-rothoff" class="s-user-card--link">Erik Rothoff</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,826</li> <li class="s-award-bling s-award-bling__gold" title="9 gold badges">9</li> <li class="s-award-bling s-award-bling__silver" title="41 silver badges">41</li> <li class="s-award-bling s-award-bling__bronze" title="59 bronze badges">59</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7324456"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>40</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>12</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/7324456/favicon-not-showing-up" class="question-hyperlink">Favicon not showing up</a></h3> <div class="excerpt">I placed my favicon here: http://www.vittoriosastarsnursery.com/favicon.ico But for some reason it doesn't want to show in Firefox. It did work in IE, but I'm more concerned about getting it working in Firefox. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/browser" class="post-tag grid--cell" title="show questions tagged 'browser'" rel="tag">browser</a> <a href="../../questions/tagged/favicon" class="post-tag grid--cell" title="show questions tagged 'favicon'" rel="tag">favicon</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 06 '11 at 18:29">asked Sep 06 '11 at 18:29</time> <a href="../../users/918348/thegatekeeper" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/918348.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="TheGateKeeper" /> </a> <div class="s-user-card--info"> <a href="../../users/918348/thegatekeeper" class="s-user-card--link">TheGateKeeper</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,420</li> <li class="s-award-bling s-award-bling__gold" title="19 gold badges">19</li> <li class="s-award-bling s-award-bling__silver" title="66 silver badges">66</li> <li class="s-award-bling s-award-bling__bronze" title="101 bronze badges">101</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=3" rel="prev" title="Go to page 3">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=99" rel="" title="Go to page 99">99</a> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/favicon_page=5" rel="next" title="Go to page 5"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>