0
Image Not Loading
I added image URL from my desktop , but on the web page the image is not loading , instead there comes the address of it , how to load image ??
12 Antworten
+ 6
If your image and HTML file are not in same folder then you have to give full path to image.
Is cover.jpg in same folder?
+ 5
Could you please show us your attempt?
+ 3
MOHAMMAD HIRANI If both are in different folder, you can simply do like this also.
<img src="../image/abc.jpg/>
Here some examples are given to include files in html-
https://www.javatpoint.com/html-file-path
+ 2
<img src="Cover.jpg"
Height="150px"
Width="150px"
Border="1px" alt="C:\Users\lapshop.in\Pictures\2018-12/>
+ 2
You should probably put the code you wrote that you are having trouble understanding in the question for a more effective response with answers that are more likely to relate to the problem.
+ 1
Can you send the code you used to add the image, or type it
+ 1
In alt attribute , i copied & pasted the image address from image properties
+ 1
MOHAMMAD HIRANI the 'alt' attribute is used to display a text in case the image doesn't display. Something like 'image not displayed' should be written there.
+ 1
I had the same issue some time ago
All you need to do is upload your image on imgur.com and then copy the image url
0
No , both are in different folders
0
Yeah , done ...
Thank you very much brother..I got it
0
I think your image is at different location. Try specifying the full address of image in src and use alt attribute.