Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
please tell me how will i display one jpg image in url when anyone go to my site i just want to show my company logo in url like yahoo,google, etc. do.
Posted

1 solution

XML
You have to insert this line after the <head> tag in your html.
<link rel="shortcut icon" href="images/MyComp.ico">


Heres an article for that:

http://msdn2.microsoft.com/en-us/library/ms537656.aspx[^]
 
Share this answer
 
v3
Comments
nitendrasingh 2-Mar-11 23:51pm    
hey man i m trying with image but its not working even i m using IE8, well i have taken one image folder in web application and in link Href provided the path but not working
Piccadilly Yum Yum 3-Mar-11 2:50am    
image must be an icon, you know ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900