• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A favicon for Mozilla users?

Favicons for Mozilla

Perhaps this is the case:

Do I need to add special html for my favicon to be seen?
Yes, you can use the same link tag as IE (the <link rel=&quot;shortcut icon&quot;>) or you can also use <link rel=&quot;icon&quot;> (optionally you can supply the mime type too: <link rel=&quot;icon&quot; type=&quot;image/png&quot; href=&quot;...&quot;>). By default Mozilla does not look for /favicon.ico instead relying on the link tag. However a hidden preference will enable Mozilla to look for favicon.ico. We recommend using the 'shortcut icon' link tag for now (since IE does not support the icon tag yet).
 
Back
Top