Create a favourites icon
Often neglected by web designers, favicons are those little images that show up in the address bar, the tab next to the website name and also in your favourites list. Here’s a web tool that will create a favicon for you automatically from an image of your choice.
To add it to your site you need to add the following code to your page header Somewhere between <head> and </head>
<link rel=”shortcut icon” href=”images/favicon.ico” mce_href=”images/favicon.ico”>

