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

logo

ak42d 发布于 2008-11-06 19:41, 1083 次点击
看截图


[attach]38561[/attach]

就是那两个小图是怎么弄的啊?  

我看了人家的源文件   开头的一部分

<html >
<head>
<title>卡巴斯基实验室: 反病毒软件,反间谍程序,垃圾邮件过滤</title>
<link rel="stylesheet" type="text/css" href="style.css">
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<style type="text/css">
<!--
body {
     MARGIN: 0px; WIDTH: 100%; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}



我插入不进去

[[it] 本帖最后由 ak42d 于 2009-2-6 09:56 编辑 [/it]]
5 回复
#2
214112008-11-06 21:42
<link rel="shortcut icon" href="D:\APMServ5.2.6\www\htdocs\favicon.ico" type="image/x-icon">
不过还是建议LZ你把图片放网站目录下用相对路径好!!
#3
hmhz2008-11-06 21:43
直接传到网站根目录,访问的时候会自动显示那小图标
#4
ak42d2008-11-09 12:06
[bo][un]hmhz[/un] 在 2008-11-6 21:43 的发言:[/bo]

直接传到网站根目录,访问的时候会自动显示那小图标


谢谢大叔    我弄好了
#5
kangxueqin2008-11-25 10:39
又学到点了
#6
lili06102008-11-25 10:42
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
这句话就是调用图标和路径
1