Favicon not showing on my website

旧街凉风 提交于 2019-12-11 18:19:44

问题


For some reason my favicon doesn't show up on my website. I tested mydomain.com/favicon.ico and I can see the icon.I'm using latest version of safari. I'm using the code below in my head tags. What's the issue? Tks

<link rel="icon" href="favicon.ico" type="image/x-icon" />

回答1:


Use this: <link rel="icon" type="image/ png" href="http:// example.com/ myicon.png">




回答2:


You are most likely using Internet Explorer to test the page. IE doesn't support anything but the ICO format, and your favicon is a png.

Use http://tools.dynamicdrive.com/favicon/ or similar to convert the file to ICO.



来源:https://stackoverflow.com/questions/12018487/favicon-not-showing-on-my-website

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!