Top "Favicon" questions

An icon associated with particular website.

How to serve static files from a different directory than the static path?

I am trying this: favicon_path = '/path/to/favicon.ico' settings = {'debug': True, 'static_path': os.path.join(PATH, …

python static tornado favicon
local (file://) website favicon works in Firefox, not in Chrome or Safari- why?

The Question When my website is local (using the file:// protocol), the favicon doesn't show up in Chrome or Safari, …

html google-chrome webkit cross-browser favicon
How do you remove tomcat's default favicon?

Tomcat 6 seems to be providing a default favicon for my webapp - the tomcat logo. I don't have a favicon.…

tomcat favicon
why won't favicon load in firefox?

I am using the following: <link rel="shortcut icon" href="/images/favicon.ico" /> It is a true 'ico'. …

html favicon
How to have multiple favicon sizes, yet serve only a 16x16 by default?

Generally it is considered good practice to serve favicon.ico in multiple sizes, because that way it looks better when …

favicon
Browser doesn't show favicon.ico, but it exists

My site is http://belhimplast.by/en/ I made a favicon for it. In the head I have: <link …

html web favicon
Unable to Change Favicon with Express.js

This is a really basic question, but I'm trying to change the favicon of my node.js/Express app with …

node.js express favicon
Converting GIF's, PNG's and JPG's to .ICO files using Imagemagick

From: JPG, To: ICO; /usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 input.jpg \ -transparent white -colors 256 output/favicon.…

imagemagick favicon
What is currently the best way to get a favicon to display in all browsers that support Favicons?

What is currently the best way to get a favicon to display in all browsers that currently support it? Please …

html standards favicon
How to set Favicon in Codeigniter

I know this is a stupid question, but I can't find the answer anywhere. If I'm using Codeigniter, where do …

codeigniter favicon