favicon
A favicon is a website and bookmark icon. It is a little picture that can appear in the web browser in the bookmarks list, address bar, on the desktop, etc. To make it, you create a square file as png, jpg, or gif, and then convert it to an "icon resource" on the web. [Just below is a summary of how to make a favicon. After the summary are more details]
using your graphics program on your computer:
favicon.ico file)
on your website:
favicon.ico.
favicon.ico into the web root (the main website folder).
favicon.ico into the "themes" or "templates" folder,
in the theme/template that you are using for the site.
You may want to put it into the images folder so it doesn't get mixed up
with theme files.
<link rel ... /> lines to your web pages:
<link rel="icon" type="image/x-icon"
href="/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon"
href="/favicon.ico" />
If you got an animated icon as well, add this also:
<link rel="shortcut icon" type="image/gif"
href="/animated-favicon-name.gif" />
(Remember to replace "animated-favicon-name" with the filename of
your animated favicon gif!)
A favicon is a website and bookmark icon. It is a little picture that can appear in the web browser in the bookmarks list, address bar, browser tab, on the desktop, etc. A favicon is a nice and easy way to make your website look special.
Favicon is short for favorites icon
The name comes from the Favorites (bookmarks) list for
Microsoft Internet Explorer.
When you add a site to your Favorites list,
Internet Explorer (version 5 and above) asks the server if it has a file
called favicon.ico.
If it exists, this file will be used to provide an icon that is displayed
next to the bookmark text.
Other browsers (such as Mozilla, Firefox, Opera)
now have support for favicons,
and also display them in the address bar, browser tab, etc.
--colors 16 switch of png2ico (or even create a black and white
icon with --colors 2). Then the file will be smaller
and load faster.
http://yourdomain.com/favicon.ico
All content not copyright by anyone else is
copyright © 2003–2010 James Walker.
License for use is the GNU Free Documentation License.
Find it:
here in the
License directory
or
at the Free Software Foundation,
www.fsf.org