|
It's a favicon.
Make a 16x16 icon using a program that allows you to make .ico files. I suggest Icon Maker.
Then you put <link rel="shortcut icon" href="http://www.yourdomain.com/favicon.ico" /> (don't use the space then forward slash if you use HTML rather than XHTML) note that you don't need to call it favicon.ico unless you don't use this code. Some browsers automatically search for favicon.ico whenever you visit a domain.
|