What is a favicon?
A favicon is a small (16 X 16 pixel) icon located in the bookmarks, favorites, tabs, and sometimes URL address bar.
How Do I Install A Favicon?
- Create or select a picture that is 16 X 16 pixels in size.
- Save the file as an .ico or .PNG (examplePicture.PNG) You can convert the picture to an .ico file at: http://tools.dynamicdrive.com/favicon .
- Then upload the .ico file to your root directory (for default) or you can manually tell each page to upload the favicon by typing the following code into the head section.
< link rel="icon" href="favicon.ico" type="image/x-icon" />

