I wish to put an image/icon beside the website address everytime a user visits my page. How can I do this in ASP.Net?
ebabes 0 Junior Poster in Training
Recommended Answers
Jump to PostCreate an image with .ico extention(you can create this by using visualstudio). Add this to your masterpage <link rel="SHORTCUT ICON" href="images/favico.ico" />
Jump to PostYou need to put the link in the <head>, just like style sheets. And make sure it is relative to your document. (It works outside of it, but this depends on which browsers and versions too).
Internet explorer doesn't show icons very well. Preview it in Mozilla.
With …
All 5 Replies
serkan sendur 821 Postaholic Banned Featured Poster
ebabes 0 Junior Poster in Training
serkan sendur 821 Postaholic Banned Featured Poster
SheSaidImaPregy 28 Veteran Poster
ebabes 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.