My image is not coming. Plz check the code and help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My image is not coming. Plz check the code and help me.

https://code.sololearn.com/Wcf3zRU5lZTg/?ref=app

30th Nov 2018, 1:22 PM
Genesis
Genesis - avatar
6 Answers
+ 13
Here your image is stored in your local computer and hence it is not coming. Store your image in some cloud storage and get a shareable link and include that link in your code https://photolemur.com/blog/best-online-photo-storage
30th Nov 2018, 1:34 PM
Rstar
Rstar - avatar
+ 11
1.Upload your image on some image hosting site like imgur.com 2.Copy link to that image. 3.Paste it in "src" attribute of image tag. Thats it.You are done. :)
30th Nov 2018, 4:01 PM
Mitali
Mitali - avatar
+ 2
You are also use "postimage.org" site for post your pic and copy the link of that image and past in src attribute of img tag... After the compile your code and then show your pic ....
25th Dec 2018, 7:55 AM
Subhash Dhandhukiya
Subhash Dhandhukiya - avatar
0
U've used a local link . U should upload the img then find a link of the img then copy the link and passt it in your code
30th Nov 2018, 11:33 PM
Hamza Ouzine
Hamza Ouzine - avatar
0
Thanks
1st Dec 2018, 3:17 AM
Genesis
Genesis - avatar
0
you try internal storage path - file:///storage/..../...jpg
8th Dec 2018, 12:40 PM
Vinod Tak
Vinod Tak - avatar