adiboy said:
How to add a Favicon to your website!
A favicon is a small logo that appears in your Favourites Menu, where there is usually a small blue "E" (Internet Explorer Bookmarks Menu) In Firefox, they appear at the top left of your tabbed browsing window.
Like this:
These files are .ico file extension.
How do I make one?
Image attributes need to be 16 x 16 .ico file. You can Image Search for one as well
After you find one, if it isn't .ico, save it in paint with the file extention as .ico, and file type as "All Files", so save it like "icon.ico"
How do I install it?
Go to your Meta Tags, or Javascript section in your HTML after the <Head> tag and add this code with your hosted image:
Code:
<link rel="SHORTCUT ICON" href="URL of Your Favicon File.ico" />
To see how your favicon looks, open Internet Explorer, go online and add your site to your Favourites list.
You're Done! Everytime someone bookmarks your website, it'll have your special logo!
By antman
