Click here to Skip to main content
15,912,082 members
Everything / Favicon

Favicon

Favicon

All Articles

Sort by Score

Favicon 

28 Dec 2014 by User 7711251
Ok, I managed to figure it out myself. I decided to use a webclient and use Google's Api to get the website favicon:Dim Urlh As New Uri("http://www.google.com/s2/favicons?domain=" + New Uri(Browser.Address).Host)Dim Img As Image = New Bitmap(New IO.MemoryStream(New...
22 Sep 2016 by Member 12755297
I am having issues in chrome browser as it is not showing the favicon in address bar.it is only displaying in the tab. I am having no issues with IE, but chrome is giving me hard time.. I want to make the icons to display in address bar and tab as well. Help me
22 Sep 2016 by Richard MacCutchan
See why doesn't the favicon file show in the address bar of google chrome? - Stack Overflow[^]. You may also get further information in the Chrome forums.
22 Sep 2016 by Karthik_Mahalingam
try thisAdd a favicon to your Website[^]
29 May 2020 by User 14813643
I want to add a favicon to my web page, but I don't quite know how. The instructions that the favicon generator gives are to upload the favicon to the root directory, and then paste the given code in the head of the HTML document. That's great...
29 May 2020 by honey the codewitch
The root directory of the website is already created. It's simply the directory the main site comes from. / Depending on your website setup, this will map to a physical location on your web server. Find it. Add your favicon to that folder.
29 May 2020 by MadMyche
The root directory would be the directory that would contain all of your website's files. Typically this would be called in your html within the head element Page Title
29 May 2020 by phil.o
If the website already exists, then the root directory exists as well. The root directory is the directory which contains all files and subdirectories relative to the website. If it doesn't exist, then you have to create it, and the method...
15 Mar 2022 by Rebecca2002
hello I want to add a favicon for my webpage but for some reason this only works on the index.php page why is this happening? index.php this one works and shows the favicon
28 Dec 2014 by User 7711251
Hey all,I was just wondering, is there a proper way to get a website's favicon without just getting it from "http" + Url.Host + "/favicon.ico" ? I know that a website usually sets its favicon like this:OR