What is Favicon?
Favicon is short for favorites icon. This is the icon that shows up on the left side of the browser’s address bar. Favicon is also known as bookmark icon, website icon, url icon or shortcut icon. Size of a favicon is 16×16 pixels.How to Make a Favicon Easily in Photoshop
- In Photoshop open a new file (make sure the image size is 16 x 16 Pixels).
- Design your favicon. You can either start from scratch, use a picture, or a section of a picture.
Note: The image size is rather small so I advise not to use a picture with a lot of graphic content. - Save the favicon you created as ‘favicon.ico’ (you can save the image as .png or .jpg and then rename it to .ico)
How to Use Favicon on Your Site?
Adding a favicon to your site is really easy:Method1
Upload the ‘favicon.ico’ file to the root of your webpage (‘public_html’ directory), eg. http://www.yoursite.com/favicon.ico and you are done.Method2
In this method you will use a rel=”shortcut icon” tag to add the favicon to your site.1. Upload the ‘favicon.ico’ file to the desired location on your web host.
2. In the <head> of your html add the following line of code:
[lang='html']
[/lang]For a wordpress blog just open the ‘Header.php’ file and add the following given you uploaded the ‘favicon.ico’ file to that location.
[lang='html']
No comments:
Post a Comment