Favicon NOT working on Edge

前端 未结 13 1536
傲寒
傲寒 2020-12-16 09:19

I have a problem with this favicon I generated for a local server php project. It works fine on most browsers (Google Chrome, Mozilla Firefox and Opera) but on Microsoft Edg

相关标签:
13条回答
  • 2020-12-16 09:49

    First, try the usual fixing method: clear cache, history and cookies.

    If that doesn't work, try:

    <html>    
    <head>
    <title> Your Title</title>
    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
    </head>
    <body> Your content </body>
    </html>
    

    Make sure favicon.ico is in the same folder as your html file.

    If it still doesn't work, it might be an issue with MS Edge. Check the website below: https://www.wix.com/support/html5/ugc/b4b4a8f2-217d-4e25-aa55-00c19f5d5fc4/1a8ee7cd-3092-42e8-9078-dc528f8bfc87

    0 讨论(0)
提交回复
热议问题