To add a favicon to your web page:
Create a favicon.ico file. http://www.htmlkit.com/services/favicon/ is a useful site that allows you to create an icon from a picture.
Once you have a favicon.ico file, upload it to the root directory of your web site (the directory where your home page is).
Some browsers will search for favicon.ico automatically when you bookmark a web site. You can also add this tag: <link rel="shortcut icon" href="favicon.ico"> in the <head></head> portion of the web site to tell browsers where your favicon.ico file is located.
Last Modified:
6/11/2004 2:17:00 PM