Tagged Questions
4
votes
2answers
78 views
Favicon will not show up… Searched other questions, no answers
My favicon will not show up. I have searched the site for similar questions and I do not see where I am going wrong. Here is my tag:
<head>
<link rel="shortcut icon" href="/favicon.ico" ...
2
votes
2answers
278 views
HTML favicon wont show on google chrome
I am making a HTML page that is unpublished and that I just started. The first thing I wanted to do was add a favicon to appear next to the title. I'm using google chrome and I noticed that other ...
13
votes
1answer
322 views
Can I instruct the browser not to look for a favicon?
I have a website that doesn't have/need a favicon.
Is there a way to instruct the browser not to waste a request looking for /favicon.ico ?
I don't mean filtering logs, but something client-side, ...
1
vote
5answers
3k views
Google Chrome displays the wrong favicon that I've linked to in my html
I have an HTML file with the following markup in the head tag:
<link rel="shortcut icon" href="myFavicon.ico" />
With that, I expect to see my "myFavicon.ico" icon display in Chrome's tab and ...
13
votes
6answers
908 views
How do I add a favicon to my website?
What markup is the modern standard for adding a favicon to my site? What is the standard image format and size?
2
votes
1answer
646 views
How do you make a favicon appear on a redirected site?
I have a Wordpress blog hosted on my domain. I have redirected a URL to a subfolder of my domain where the blog is installed. How can I get a specific favicon to appear for that blog but NOT for my ...