Favicons, the little image that appears
beside the url in your browsers addressbar or beside the entry you have
in your bookmarks list. By default Lotus Domino provides it’s own standard
favicon but did you know you can replace it without actually replacing
the file.
Using a special line in the head section
of your HTML page you can redirect the browser to a different favicon.ico
file. This special line looks like this
<link rel="shortcut icon"
href="/favicon.ico" type="image/x-icon" />
All you need to do then is set the path
to the favicon.ico file and next time the page loads the web broswer will
look for the file you have specified instead of the default one.
What is a favicon.ico file. Well
it’s nothing more then a 16 x 16 BMP file that has had it’s file extention
renames to .ICO.
And in the new BlogSphere V3 this special
instruction will automatcially be added to the html if it detects that
a ‘Quick Image’ with the name Favicon.Ico has been created. No need to
go into the design and adjust anything. Just create the Quick Image document
and refresh your page.
You must be logged in to post a comment.