Create a favicon for the website.
Favicon comes from Favorites Icon.
It is a small icon associated with an HTML page, or an entire web site, which is displayed in the Address Bar before visiting address being used for customizing the display of a site or to promote a company logo.
Favicon is actually a file type icon with certain characteristics:
- name must be favicon.ico
- Supported sizes are 32x32 or 16x16 pixels
- Maximum of 265 colors.
Before you add a favicon make sure that this kind of files are supported on the server.
To add a favicon required two operations.
- line is inserted in the HTML head:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- load (upload) on the server in the same folder associated page.
Usually load your favicon in the root domain (no other folders of the site).
If we use a favicon for each subdomain, each part will adapt label above customizing file path associated favicon. (I recommend to specify the whole file path, not relative path)
This file is displayed by browsers: Mozilla, Firefox, Opera but not Internet Explorer.
To achieve a favicon can use a specialized graphics program, such as Adobe Photoshop to be added a plugin that allows you to save in. Ico, or online at:
Favicon from Pics
Favicon Generator
From one of the links above you can make an image file (GIF, JPG, BMP, PNG) found the favicon on your computer:
- select the image you want to turn into a Favicon using the Browse button
- Generate button or Create favicon.ico Icon
- In a few moments you know that you can download by clicking Download Favicon icon.
You can check online file favicon and how was inserted into the page at:
Favicon Validator
We also recommend and schedule associated with plugins IrfanView (it's free) which also save any picture in the file icon.
Animated favicon
You can assign a page and the favicon animated version except that in this case the line inserted in the HTML head area will be:
<link rel="icon" href="favicon.gif" type="image/gif">
Such can be obtained online favicon Favicon from Pics by turning a animated gif image file. This type of icon is not however compatible with most browsers, so I recommend only static icon.
It's also recommended that the favicons have 25kb or less in order to be easily cached.






