The faveicon :]
You'll need to make a 16x16 image using the .ico file format.
Once that's done, you should add the following to your HTML in the head section:
HTML Code:
<link rel="shortcut icon" href="/path/to/favicon.ico" />
Some browsers will automatically load the icon if it's in your root folder, but some don't and some don't support faveicons at all.
|