I’ll do this later, but to change the favicon (the one that newer browsers show next to the URI), you need to include the following in your Main Page template.
<link rel="shortcut icon" href="insert path of file here" />
Probably you should put it near the top. I’d suggest uploading a file called favicon.gif, and then making the code:
<link rel="shortcut icon" href="/images/favicon.gif" />
That way you can change it by uploading another one with the same name later.
Favicons should be 16×16 pixels, or possibly up to 32×32 for display in a Favourites menu.
Thanks, man. I wanted to have my own favicon, and now I do. Thanks, again.
2 months after the fact.
It has error in favicon validation.
Favicon validator:
http://www.html-kit.com/favicon/validator/
3 months, 3 weeks after the fact.
Validates fine for my site.
3 months, 3 weeks after the fact.