注册 登录
编程论坛 ASP技术论坛

为什么我做的网页地址栏里不能加入自已的 ICO ?

tiaoyuan 发布于 2007-09-15 16:49, 943 次点击
已按网上的一些教程操作,但不成功

在<head></head>之间加入
<link rel="SHORTCUT ICON" href="favicon.ico" />

在网站根目录加入Favicon.ico


一点反应都没有???????????

[此贴子已经被作者于2007-9-16 15:17:01编辑过]

6 回复
#2
tiaoyuan2007-09-16 15:17
回复:(tiaoyuan)为什么我做的网页地址栏里不能加入...

没有人知.

#3
hmhz2007-09-16 15:50
#4
multiple19022007-09-16 16:06
检查你哪步做错了。
#5
tiaoyuan2007-09-16 23:50
回复:(multiple1902)检查你哪步做错了。

就是不行...


这与我的网站虚拟空间有关吗?

#6
月夜2007-09-17 00:31
<link rel="SHORTCUT ICON" href="../../favicon.ico" />

<link rel="SHORTCUT ICON" href="../favicon.ico" />
可以看看是不是路径问题
#7
都市打工者2007-09-18 15:44
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link href="Css.css" rel="stylesheet" type="text/css">
<title>笑嘻嘻</title>
<link rel="icon" href="http://www.xxx.com/favicon.ico" mce_href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://www.xxx.com/favicon.ico" mce_href="favicon.ico" type="image/x-icon">

这样就可以了,最好把favicon.ico放网站根目录下哦,呵呵,我也是上天刚学的,现在我们网站运行好的,呵呵
1