|
|
How do I install a favicon to my website?
There are 2 different ways to do this:
Method 1
1) "Create New FavIcon"
2) Click "Download Favicon", download package, unzip it and then open it. favicon.ico is included in it.
3) Upload the favicon.ico file to your web site root folder (usualy where your home page is placed).
http://www.yoursite.com/favicon.ico
Method 2
1) "Create New FavIcon"
2) Click "Download Favicon", download package, unzip it and then open it. favicon.ico is included in it.
3) Upload the favicon.ico file to your web site root folder (usualy where your home page is placed).
4) Add HTML tag to your web page after the <head> tag, before the </head> tag: <link rel="shortcut icon" href="favicon.ico">
5) Search thru unziped folder, there are also preview images, animated favicon file and detailed usage instructions txt file!
That's it! To test your new favicon in Internet Explorer, add your site to Favorites and reopen browser.
To test it in Firefox or other Mozilla-based browser, open your web page and watch the address bar or the page tab.
|
|