There are probably still many of you who do not know what that icon is next to the URL in the address bar of your browser for many popular sites, and like the one we have here on drivelocity.com.
Follow these simple instructions to create one for your web site:
- Create a 16×16 pixel image
- Save it as “favicon.gif”
- Upload it to your site’s root directory
- Rename it “favicon.ico”
- Add the following code to your site’s header (before </head>)
<link rel=”shortcut icon” href=”favicon.ico” ></link>
Please note that Internet Explorer is not as reliable about displaying the Favicon as Firefox is… If using IE, you may need to save your site to your Favorites for it to show up.
Here are some resources that can help you create your own Favicon and test to see if it is valid.

