Problem with image loading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Problem with image loading

.

24th Feb 2019, 1:00 PM
Sathis Al Ibbu
Sathis Al Ibbu - avatar
4 Answers
+ 1
Some image path examples: <img src=“image.jpg”> <img src=“photos/image.jpg”> image in photos directory <img src=“../image.jpg”> image is in directory below The alt tag just shows text until image loads, or if it doesn’t load.
24th Feb 2019, 3:22 PM
Mike
Mike - avatar
+ 1
Not a very complete question, but I will say there are 3 very popular reasons for images not loading. One is not giving the proper path to the image when the image is not in the same directory as the page or file calling it. Another is missspelling. ;) And another is mismatched case sensitivity.
24th Feb 2019, 2:53 PM
Mike
Mike - avatar
0
Yes i have confusion with link and directory and also with alt tag
24th Feb 2019, 3:06 PM
Sathis Al Ibbu
Sathis Al Ibbu - avatar
0
Thanks for info bro.
24th Feb 2019, 3:26 PM
Sathis Al Ibbu
Sathis Al Ibbu - avatar