How to set a little icon,beside web site title,on tabs in web browser?
+9
A:
It's called a Favicon, have a read.
<link rel="shortcut icon" href="http://www.example.com/myicon.ico"/>
You can use this neat tool to generate cross-browser compatible Favicons.
Cory Petosky
2010-03-01 23:25:00
Do us a favor and use small letters for the `rel=`, this looks ugly :P
henasraf
2010-03-01 23:48:46
Changed, thanks.
Cory Petosky
2010-03-02 00:01:32
I would only add, here's a nice online tool to generate crossbrowser compatible favicons based on existing bmp/png/gif/jpeg images: http://tools.dynamicdrive.com/favicon/ The site at its own also contains good additional background information.
BalusC
2010-03-02 00:39:52
Edited in, good to know!
Cory Petosky
2010-03-02 01:01:37