网站源码怎么设置小图标ico?
发布网友
发布时间:2022-04-29 16:26
我来回答
共2个回答
热心网友
时间:2023-04-25 18:23
将成功生成的图标文件下载并改名为favico.ico,上传到网站根目录。
在网站首页的源文件<head>
</head>之间插入下面的斜体部分代码
代码如下:
<head>
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
或者
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
</head>
.动态ico图标的实现方法,先把做好的gif动态图标命名为favico.gif <head></head>之间加上: <link
rel="icon" href="favicon.gif" type="image/gif" >追问loge呢?
热心网友
时间:2023-04-25 18:23
<link REL="ICON" type="image/jpeg/jpg" HREF="你的icon的位置" />
热心网友
时间:2023-04-25 18:23
将成功生成的图标文件下载并改名为favico.ico,上传到网站根目录。
在网站首页的源文件<head>
</head>之间插入下面的斜体部分代码
代码如下:
<head>
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
或者
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
</head>
.动态ico图标的实现方法,先把做好的gif动态图标命名为favico.gif <head></head>之间加上: <link
rel="icon" href="favicon.gif" type="image/gif" >追问loge呢?
热心网友
时间:2023-04-25 18:23
<link REL="ICON" type="image/jpeg/jpg" HREF="你的icon的位置" />