+ 6
How do I add an image from my phone into my webpage on Sololearn?
I put a path to my picture and used the correct tag but it's not working. https://code.sololearn.com/W26dCxI8J6RB/?ref=app
3 Answers
+ 36
this works.☺
<img src="https://dl.dropbox.com/s/dovla6phrub9iua/Logopit_1517537291229.jpg?raw=1"width=100 height=100>
change www to dl
https://code.sololearn.com/WcJMj69OtcxK/?ref=app
+ 6
If you plan to publish your web you would best to use files on cloud storage, as they will be available as long as the cloud storage is, here's a tutorial thread on how to use Dropbox as your web images storage:
https://www.sololearn.com/Discuss/1054246/?ref=app
+ 3
Line 11 -> The img src ("Img/Logopit_1517537291229.jpg") is not valid. I tried to open it in chrome, but it doesn't showed up. You can change the src attribute value!