如何在asp.net中的url之前放置小图像?

发布于 2024-09-11 06:34:33 字数 22 浏览 9 评论 0原文

如何将图标放在 URL 之前?

How can I place my icon before URL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

感性 2024-09-18 06:34:33

假设您想要一个网站图标,这里有一个关于如何创建网站图标的精彩链接。

CSharpCorner 图标教程

Assuming you want a favicon, here is a wonderful link about how to create one.

CSharpCorner Favicon Tutorial

与往事干杯 2024-09-18 06:34:33

该图标称为 Favicon,您可以在以下位置获得更多帮助。

http://www.thesitewizard.com/archive/favicon.shtml

This icon is called Favicon you can get more help on this at following location.

http://www.thesitewizard.com/archive/favicon.shtml

单身狗的梦 2024-09-18 06:34:33

如果你想在所有链接之前/之后显示一个图标(不是像其他人假设的那样是网站图标(但是公平的假设)),那么在 CSS 中进行。

http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS

If you want to display an icon before/after all links (not a favicon as others have assumed (fair assumtion however) ) then do it in CSS.

http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS

沫尐诺 2024-09-18 06:34:33

编辑:由于第一条评论表明这不是答案而更新。

您的问题相当不清楚,但我认为您的意思是您希望您的网站在浏览器中的实际网址文本之前显示图片。这称为网站图标。

维基百科解释得很好

Edit: updated due to first comment that this is not an answer.

Your question is rather unclear, but I presume you mean you want your website to display a picture in a browser just before the actual url text. This is called a favicon.

Wikipedia explains it well.

无人问我粥可暖 2024-09-18 06:34:33

使用下面的代码将 image.png 放在 url 之前

<link rel="shortcut icon" href="image.png" /> 

use code below to put image.png before the url

<link rel="shortcut icon" href="image.png" /> 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文