Skip to content

Adding An Icon to your website

1 – Pick a picture that you like and would like to add to your website

2 – Go to FavIcon From Pics, browse to your picture, select it and click “generate FavIcon.ico”

3 – Click “Download FavIcon” and open the package. favicon.ico is included in it.
4 – Upload the favicon.ico file to the folder on your web site where you have the web page.
5- Open your webpage HTML file and Add the following line between <head></head>

<link rel="shortcut icon" href="http://yourwebsite.com/favicon.ico" type="image/vnd.microsoft.icon"> for .ico files

or

<link rel="icon" type="image/png" href="yourwebsite.com/image.png"> for png files

6- Save the webpage and upload it