Favicon not showing up in Google Chrome

|
| By Webner


We faced a problem in Chrome when all other browsers were properly showing favicon but not the chrome browser.

The reason was our HTML was not proper. Above tag we had some extra HTML code written which should be inside tag, something like this:

<div id=”menulist”>
<ul>
<li> menu1</li>
<li> menu1</li>
</ul>
</div>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body> welcome to our site
</body>
</html>

When we removed above html code and placed it within the tag
then favicon was showing properly in all the browsers.

Webner Solutions is a Software Development company focused on developing CRM apps (Salesforce, Zoho), LMS Apps (Moodle/Totara), Websites and Mobile apps. If you need Web development or any other software development assistance please contact us at webdevelopment@webners.com

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *