Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.33/5 (5 votes)
See more:
I want display the .png image in this HTML file. You can see this blocked image

(graph_legend.png) at almost middle of the page. I generated this html file using a

freeware tool called deoxygen for some code analysis but this .png image is not

displaying, what to do? some body help me. Please find the attachment.
Posted
Updated 20-Jul-20 9:43am
v2
Comments
jim lahey 3-Nov-11 10:18am    
what attachment?
thatraja 6-Nov-11 1:04am    
It has been removed by OP
Amir Mahfoozi 6-Nov-11 14:56pm    
However you can not attach a HTML file here but you can copy and paste your HTML source here :)

Please find the attachment? Are you serious? Who will find your "attachment" for you?

Your HTML should include something like
HTML
<img src="graph_legend.png" />


That's it.

—SA
 
Share this answer
 
Comments
Ajain A K 4-Nov-11 0:47am    
Hi SA,

I am sorry due to hurry I missed to attach the document, but I want to update this question for adding that attachment but I dont find any attachment option ? will you help me how to do that? really appolgize for the mistake.
Sergey Alexandrovich Kryukov 4-Nov-11 0:56am    
What do you mean by "attachment"? There is no such thing...
--SA
koolprasad2003 4-Nov-11 0:53am    
nice Ans. SA
Sergey Alexandrovich Kryukov 4-Nov-11 0:56am    
Thank you, Prasad.
--SA
Ajain A K 4-Nov-11 0:59am    
Hi SA,
It is an HTML file. I want to attach that document for your verification along with the question.
<html>
<body>

<h2>picture title name </h2>
<img border="0" src="image name with extension (hill.png) " alt="name" width="304" height="228" />

</body>
</html>
 
Share this answer
 
v2

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