|
To add an icon to your URL:
- You need an icon. There are plenty of icons on your pc to pick from. Use windows search and look for *.ico Or you can create one go here
- Upload the icon to your directory on line the same location of the index.html
- Rename the icon on line to favicon.ico
- Add both lines below to the head of your index.html page
<LINK REL="icon" HREF="favicon.ico" TYPE="image/ico">
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
Also just upload the favicon.ico to the root directory of the site all new browsers will find it.
It works with and Netscape7, IE5 and up.
|