我的编码行img / png不断变化

时间:2016-05-16 15:18:26

标签: html css

我创建了一些HTML,但代码不断变化,我不知道为什么。

<link id="favicon" rel="shortcut icon" type="image/png" href="http://i.imgur.com/at2rsbu.png?1"/>

这是screenshot of what I meant。它可能更容易理解。

我真的不知道我做错了什么。如果Stack Overflow上已有类似的内容,请提供我找不到的链接。

1 个答案:

答案 0 :(得分:2)

尝试使用type='image/x-icon'代替type='image/png'并尝试为图片提供路径而不是网址。