如何在asp.net中的url之前放置小图像?
如何将图标放在 URL 之前?
How can I place my icon before URL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将图标放在 URL 之前?
How can I place my icon before URL?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
假设您想要一个网站图标,这里有一个关于如何创建网站图标的精彩链接。
CSharpCorner 图标教程
Assuming you want a favicon, here is a wonderful link about how to create one.
CSharpCorner Favicon Tutorial
该图标称为 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
如果你想在所有链接之前/之后显示一个图标(不是像其他人假设的那样是网站图标(但是公平的假设)),那么在 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
编辑:由于第一条评论表明这不是答案而更新。
您的问题相当不清楚,但我认为您的意思是您希望您的网站在浏览器中的实际网址文本之前显示图片。这称为网站图标。
维基百科解释得很好。
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.
使用下面的代码将 image.png 放在 url 之前
use code below to put image.png before the url