|
Posted by Beauregard T. Shagnasty on October 22, 2004, 3:44 pm
Please log in for more thread options Quoth the raven Charlotte:
> does anyone know the HTML code or Java script for changing the
> website icon when other people add the link to their favourites
> menu??
In the <head>:
<link rel="shortcut icon" href="/path/to/favicon.ico" type="image/x-icon">
The icon should be a 16x16 pixel icon file.
Do note that in IE, the icon will remain on the "favourites" menu only
until you clear your browser cache. In modern browsers, it will also
show in the location bar (address bar).
No JavaScript is necessary.
--
-bts
-This space intentionally left blank.
|