Favourites Icon
From JumbaWiki
You can change the default icon that appears in peoples' favourites/bookmarks and address bar by uploading a 16x16 icon file named favicon.ico to the root folder of your website. Alternatively, you can use .gif and .png files of the same dimensions.
Browser compatibility
For compatibility and standardisation between browsers, it is suggested that you add the following lines of code between the <head></head> tags in your source code:
<link rel="icon" href="http://yourdomain.com/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="http://yourdomain.com/favicon.ico" type="image/x-icon" />

