- 1
I m trying to put this image in html dont know what is wrong it isnt showing img
<img src="/storage/75D6-16F0/Pictures/Anonymous.jpg" height="150px" width="150px" border="1px" alt=" " /> Copied the path from an app till Pictures and after that i putted the name of pic myself
6 Answers
+ 1
<img src="/storage/75D6-16F0/Pictures/Anonymous.jpg" height="150px" width="150px" border="1px" alt=" " />
if you are running it in a computer it will not work (see the path)
//
here are many question related to it. try searching in search bar.
0
Save the image to the same folder or in any other folders..
If you've saved the image in same folder, then just give the image name(with whatever name you saved it & with extension) like
<img src = "anonymous.jpg">
Otherwise,specify the complete path like,
<img src = "C:\Users\Dell......" >
0
Thanks i will try that
- 1
Ok
- 1
Now i know it wasnt showing on chrome but showed in phone built in browser
- 1
Images uploading from storage doesn't work
https://www.sololearn.com/Discuss/2727024/?ref=app