For Internet use, you want something cross-platform, not MS proprietary, In HTML, the icons are officially handled in another way, happily compatible with the original. You embed the following tag in your html in the <head> section before the <body>:
<link rel="icon" href="image/myicon.gif">
or for compatibility with buggy browsers like MSIE:
<link rel="shortcut icon" href="image/myicon.gif">
This way you can have a different icon on every page, and you can use standard *.gif, *.png or *.jpg files for your icon. At least in Opera, the size restrictions appear relaxed. I successfully used a 23x21 and a 24x16 image. Opera uses the on the personal bar to help you keep track of what site you are visiting.
Ideally it should be an *.ico file which can contain multiple images at multiple resolutions, and color depth. Resolutions are typically 16x16, 32x32 and 48x48, 64x64 and 128x128 and color depth is from 16 colors to True Color. IE 5 can only handle 16x16.
Unfortunately ordinary image producing tools like Paint Shop Pro can’t deal with *.ico format, so you need a specialised icon editor. A cheaper, though more clumsy way to create *.ico files is:
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.62] | The information on this page is for non-military use only. | ||
| You are visitor number 14,919. | Military use includes use by defence contractors. | ||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | ||
| http://mindprod.com/jgloss/faviconico.html | J:\mindprod\jgloss\faviconico.html | ||