|
|
How to Install Favorites Icon
- Upload "favicon.ico" from your computer into root directory of your website.
- Paste the following code inside the <head> </head> section of your web pages.
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- Thats it! Now test the Icon in Web Browser.
Optional
Favicons can now be different for any folder you want. Just place a different favicon.ico file in each folder. If there is no icon file in folder, default favicon will be shown.
|
|