在网页中,设置标题小图标, 就是这个东西:
<link rel="shortcut icon" type="image/x-icon"
href="logo-icon.png" media="screen"/>
如果放在<body></body>之内是无效的
要放在<body>之前
例如在thinkphp的页面中,就要这样:
<include file="public/header"/>
<body>
...
</body>
<link rel=.... />是放在public/header中的
不过,最好的方法是: 在网站根目录下放一个favicon.ico
做ico的网站:http://www.bitbug.net/