English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

Create an image of size 16x16 pixels in your favourite image editor (like Paint) and save it with the Icon extension, ".ico". Next, put this code near the top of your website:



For a more thorough explanation, check out these sites:

http://www.chami.com/tips/Internet/110599I.html
http://www.codeproject.com/html/favicon.asp

2006-10-27 06:50:51 · answer #1 · answered by Danriths V 2 · 0 0

This is not enough, besides create a 16x16 or 32x32 icon you should verify how your HTTPD server is dealing with it.

Apache servers uses "favicon.ico" as the default name for favorite icons on bookmarks and web links, so make sure the file name matches the requested one.

Good Luck !!!

2006-10-27 06:56:29 · answer #2 · answered by WJ 3 · 0 0

In the head section of the webpage ad this code..

Replace the http://localhost/icon name.ico with the domain name which the the icon will reside and the name of the icon you have chosen. This example assumes that you have placed your icon in the root directory of the website.





2006-10-27 06:56:07 · answer #3 · answered by Tom 2 · 0 0

what you want to do is create a favicon there are a lot of website that will do it for you all you have to do is upload a graphic and it will convert it to a favicon Here's one. http://www.chami.com/html-kit/services/favicon/

Then upload the favicon file to every directory in your website or at least the main directory

2006-10-27 06:55:19 · answer #4 · answered by Fremen 6 · 0 0

add something like this in the head area of your html:

2006-10-27 06:54:23 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers