link的语法???????????????
<link rel="SHORTCUTICON" HREF="D:我的文档home.ICO">
有这种语法吗?这是我看别人的代码,我的页面没有效果?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
<link rel="SHORTCUTICON" HREF="D:我的文档home.ICO">
有这种语法吗?这是我看别人的代码,我的页面没有效果?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
已经明白了,谢谢大家!
<LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico">
<table width="60%" align=center border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
<tr bgcolor="#CCCCFF">
<td align=center HEIGHT=30><link rel="SHORTCUT ICON" HREF="http://210.35.242.95/home.ico"> 三包索赔</td>
</tr>
</table>
我这样用有错吗?210.35.242.95是我的IP,home.ico我放在了wwwroot目录下,还是没有效果?
<table width="60%" align=center border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
<tr bgcolor="#CCCCFF">
<td align=center HEIGHT=30><link rel="SHORTCUT ICON" HREF="http://210.35.242.89/home.ico"> 三包索赔</td>
</tr>
</table>
我这样用有错吗?210.35.242.89是我的IP,home.ico我放在了wwwroot目录下,还是没有效果?
add the page to your favorite list
how to use shortcut icons in the following three required steps:
1. Create the Correct Size Icon
2. Associate the Icon with Your Web Page
3. Add the Web Page to the User's Favorites Menu
see
http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp?frame=true
for details: