Posted by Benjamin Niemann on 05/17/06 14:35
Gufus wrote:
> Will this work? I really don't know which browsers use which size.
>
> <link reel="icon" her="favicon.ico" type="image/x-icon">
> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
> <link rel="icon" href="Favicon.ico" type="image/x-icon">
> <link rel="shortcut icon" href="Favicon.ico" type="image/x-icon">
>
> Favicon.ico 16x16
> favicon.ico 32x32
ICO files can contain multiple versions of an image in different resolutions
and colordepths. The application can pick the image which suites it
requirements best. So it is sufficient (with a correctly prepared ICO file)
to have a single LINK element for the favicon.
For commandline users I would suggest http://www.nongnu.org/icoutils/ to
create your ICO files. If you prefer point-n-click, you'll have to ask
someone else ;)
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
Navigation:
[Reply to this message]
|