本文介绍了Favicon代码 - www.FibonacciTunnel.com的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,有没有我可以为网址设置Favicon代码的地方:

< link href =" images / Headers&页脚/ favicon.ico的" rel ="快捷图标"类型= QUOT;图像/ X-图标" />

在我的CSS文件中,所以我不必手动将它放在我网站每个页面的标题中?现在我刚刚在< head>中得到它我的索引页面的部分。

另外,第二部分:

上面的代码似乎不适用于IE 7,我需要做些什么来调整它它适用于所有的IE平台吗?具有一百万人的感谢,

托尼

Hello,

Is there a place I can put the Favicon code for the web address line:

<link href="images/Headers & Footers/favicon.ico" rel="shortcut icon" type="image/x-icon" />

In the my CSS file so I don't have to manually put it in the header of every page of my website? Right now I've just got it in the <head> section of my index page.

Also, part two:

The code above doesn't appear to work for IE 7, what do I need to do to tweak it so it will work for all IE platforms?



Thanks a million guys,

Tony

推荐答案


这篇关于Favicon代码 - www.FibonacciTunnel.com的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-13 07:30