|
The icon I made up for this site represents
several blue satellites in orbit around a red letter S. It is an abbreviated
version to the company logo at the top of the index.html page.
If a web site has multiple
directories it is only necessary to have a favicon.ico file in the root
directory. The use of the favicon.ico file name is a default. If
you want, you may specify the filename for the favourite icon to be used for
each particular page on your website, so in theory you can have different
favicons for each page.
I have several favicon file names
(but all with identical file contents) so that, for any particular page, I
can count (using the log access count) the number of people making that
particular page their favourite.
It may also be appropriate if
your web site has several quite different themes or subjects for which
different favicons are appropriate. Another instance is when you
can't access the root area of the website, such as where many people have
'personal web sites' each embedded in a directory of one big web site. e.g:
http://www.bigco/jobloggspersonal/
The procedure is as follows.
Access the source html text of your web pages and insert the following line
in the top part between the <head> and </head> lines:
<head>
.......
<link rel="SHORTCUT ICON" href="favicon2.ico">
.......
</head>.
Where "favicon2.ico" is the actual name (and
directory) of your favicon file eg: "joebloggspersonal/faviconj.ico" |