+ 9
Why is it not working ? Images in my mobile are by default jpg but there is no img displayed in output... please help!!
6 Réponses
+ 8
How do I store it ? I am operating from mobile...
+ 5
Upload your image into your host or a online store service (dropbox, google drive...) and insert direct link to your image in the src attribute of img tag!
+ 5
This might help...
https://www.sololearn.com/post/110312/?ref=app
+ 3
To display image, the browser must get in the place where the image is storing. But you store the file inside your phone (private place), and the browser can not access the image location to display out.
To fix this, you must store image file in a public location, not private one!
+ 2
be sure to place the images in a img folder. an type in the link to your block of html. <img src=./img/nameof.jpeg><\img>
sometimes its usually as simple as a spelling error. like for example
all caps .JPEG or .jpeg or .jpg
also dont forget .png’s
check any css files that are aligned with your same images as well
0
hello