Favicon不在google-chrome下工作

时间:2013-11-28 00:37:42

标签: html google-chrome favicon

我有一个基于php和html的网络。现在我有一个问题,即favicon不会出现在google-chrome中。如果我使用firefox一切正常。有什么建议吗?

我的代码:

<link rel="shortcut icon" href="http://teabag.webclient2.de/minis/images/favicon.png" />

网站:http://teabag.webclient2.de/minis/

谢谢!

3 个答案:

答案 0 :(得分:2)

我刚刚查看了您的网站,发现您<link>标记中已<body>

它应该在文档的<head>内。这样做会有效。

答案 1 :(得分:0)

试试这个:

<link rel="icon" href="http://teabag.webclient2.de/minis/images/favicon.png" />

它适用于我的图标:)

答案 2 :(得分:0)

尝试清除缓存。然后添加:

<link rel="icon" type="image/png" href="http://teabag.webclient2.de/minis/images/favicon.png" />