ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Favicon on bookmark is different than favicon on tab

  • ما من ردود
  • 1 has this problem
  • 10 views
more options

The bookmark favicon is wrong and does not match the favicon on the tab. I have deleted and rebuilt favicons.sqlight. The bookmark in question is still wrong. There is no entry for the bookmark in favicons.sqlight. I've reinstalled Firefox, rebooted Windows, ... to no avail. I even tried using favicon.ico without success. The HTML page is correct.

The HTML is simple and the favicon shows on the tab correctly -

<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="Bandwidth1.png">
<style>
img {
max-width:100%;
height:auto;
}
</style>
</head>
<body>
<h2>Network Bandwidth Usage - CS1</h2>
<img src="summary.png" alt="Summary">
<div style="float: left;">
<img src="day.png" alt="Days">
</div>
<div style="float: left;">
<img src="month.png" alt="Months"><br/>
<img src="top.png" alt="Top10">
</div>
</body>
</html>

The bookmark favicon is wrong and does not match the favicon on the tab. I have deleted and rebuilt favicons.sqlight. The bookmark in question is still wrong. There is no entry for the bookmark in favicons.sqlight. I've reinstalled Firefox, rebooted Windows, ... to no avail. I even tried using favicon.ico without success. The HTML page is correct. The HTML is simple and the favicon shows on the tab correctly - <pre><nowiki><!DOCTYPE html> <html> <head> <link rel="icon" type="image/png" href="Bandwidth1.png"> <style> img { max-width:100%; height:auto; } </style> </head> <body> <h2>Network Bandwidth Usage - CS1</h2> <img src="summary.png" alt="Summary"> <div style="float: left;"> <img src="day.png" alt="Days"> </div> <div style="float: left;"> <img src="month.png" alt="Months"><br/> <img src="top.png" alt="Top10"> </div> </body> </html></nowiki></pre><br>
Attached screenshots

Modified by cor-el