|
|
|
|
How to make and add a favicon
Home » HTML » Getting Started
Adding a favicon to your website is simple. The hardest bit is making the .ico file. I had a bit of a problem with this since photoshop can't save .ico files so I thought I'll share my simple little method of how I did it.
If you don't know what a favicon is, it is the small icon next to the url displayed in the address bar.
To make an favicon, just make a 16x16 pixel image and save it as a .jpg (although I'm sure saving as a .gif or .png is fine).
Then go and download a free program called Imagicon.
Conver your favicon image to a .ico file.
To insert it into your website add the following code in the tags after you've uploaded the .ico file.
|
|
|
|
|
|
|