Last Updated: June 18, 2016
KompoZer Web Site Favicon shows you how to add a favicon image to your website URL so it appears on the address bar.
Latest News: I have added another link to the menu.
What is a favicon icon? Have a read at what wikipedia has to say about favicons.
KompoZer Web Site Favicon Steps
Step 1 ) The following one line HTML code adds the favicon to the website. Type the following code into the <head> </head> section of your web site. See image below.
Note: The following path href=”http://www.yourwebsite.com/images/favicon.gif” will be different in your website. Make sure you type the correct URL path.
<link href="http://www.yourwebsite.com/images/favicon.gif" rel="shortcut icon" type="image/x-icon">
Notice the above favicon image has an extension .gif. Most favicon images have the following extension .ico.
Step 1-a ) Click on Source tab and type or copy and paste the favicon HTML code mentioned above.
Step 1-b ) The following image shows you no Favicon on the address bar.
Step 1-c ) The following image shows you a Favicon on the address bar.
Click on the following URL Google Adsense Settings to continue.