C coolly New member Apr 28, 2012 #1 In my HTML prog, I have given an img tag like this-<img src="E:\files\images\interview_v2_english_09.jpg"> and I have stored the program in E:\filename.html. Why is my img not displayed?
In my HTML prog, I have given an img tag like this-<img src="E:\files\images\interview_v2_english_09.jpg"> and I have stored the program in E:\filename.html. Why is my img not displayed?
Tedy New member May 1, 2012 #2 Replace your link with this one: "files\images\interview_v2_english_09.jpg" . <img src="files\images\interview_v2_english_09.jpg">
Replace your link with this one: "files\images\interview_v2_english_09.jpg" . <img src="files\images\interview_v2_english_09.jpg">