Advertisement
Hey guys, very new to this, I have a question about Favicons.
I am working on a network at work and I used Microsoft Word to create a simple directory webpage. I am trying to add a favicon so people can see it when adding as a favorite.
So far I have tried almost everything, the root directory and html code.
the folder is in p\.....\admin\main.htm
I put the favicon in the admin folder hoping that would do it by itself, and the favicon is named favicon.ico but when I save it as a bookmark it does nothing.
Then when I try the HTML code
<link REL="SHORTCUT ICON" HREF="file:///\\p\"...\admin\favicon.ico"> it recognizes it and changes the icon to the icon that is used when a certain file doesn't have a specific program to open with! I have no idea what is going on and I am very new to HTML but i put it in the header section and i just dont understand! All other examples have web addresses and http://, but I do not have that. Any suggestions?
I am working on a network at work and I used Microsoft Word to create a simple directory webpage. I am trying to add a favicon so people can see it when adding as a favorite.
So far I have tried almost everything, the root directory and html code.
the folder is in p\.....\admin\main.htm
I put the favicon in the admin folder hoping that would do it by itself, and the favicon is named favicon.ico but when I save it as a bookmark it does nothing.
Then when I try the HTML code
<link REL="SHORTCUT ICON" HREF="file:///\\p\"...\admin\favicon.ico"> it recognizes it and changes the icon to the icon that is used when a certain file doesn't have a specific program to open with! I have no idea what is going on and I am very new to HTML but i put it in the header section and i just dont understand! All other examples have web addresses and http://, but I do not have that. Any suggestions?
Advertisement
Advertisement
-
Unsu...
Re: HELP WITH FAVICONS PLEASE
Thu, January 15, 2009 - 8:24 AMWell, make sure it is in your root directory of your site, and not the root directory of your place on the server itself (some host providers have it set up where yoru site is accessed as a folder from the root of your server section).
Secondly, you might need to clear your browser's cache for it to show up. -
-
Re: HELP WITH FAVICONS PLEASE
Thu, January 15, 2009 - 8:44 AMIt is in the same folder as the htm file. So I'm assuming that it's the root directory?
Plus, an icon is changed when added to the favorites, but it's the icon that appears when windows doesn't know what program to open a file with. Does that mean I need to specifiy a program to open the icon with?
-