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.

  RSS Feed for Comments on this Post