Click here to Skip to main content
15,886,014 members
Please Sign up or sign in to vote.
4.43/5 (3 votes)
See more:
How can i insert any any image for the better description of an error.?i can't able to insert any image ,,,? how can i do that?
Posted

1 solution

<img alt="IMG example" src="http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif" />

You must add a complete url of the image in the src attribute. You must add a link of the image E.g. http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif[^] =)

HTML
<img alt="IMG example" src="http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif" />


Hope it answers your question.
 
Share this answer
 
v3
Comments
Christian Amado 8-Aug-12 14:38pm    
Oops its not rendering =)
Mohan Gopi 29-Jul-13 5:01am    
How to upload my image to this link "http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif[^]"
Sergey Alexandrovich Kryukov 8-Aug-12 16:33pm    
That is right, a 5.
--SA
Christian Amado 8-Aug-12 16:34pm    
Thanks =)
Ali_100 9-Aug-12 0:50am    
hmm but where should i save image it is in my PC d drive...

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