+ 2
How can I upload pictures in HTML?
5 Antworten
+ 3
From Web, just copy link address by right clink and use it...
For a valid url link of device memory files:
First you need to upload image to a cloud site like Dropbox if your image is in your mobile. It won't access local storage.. So upload and then copy that link and paste as src value. It can't directly from your mobile. Link need absolute path. Can't access your local storage.
Follow this link to know how upload and import to Program.. Or you can try by a valid link from copying any Web image link.
Run this codes and see steps to follow to upload images:
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 3
You can use this tag
<img class="img-circle" src="https://api.sololearn.com/Uploads/Avatars/12959575.jpg" style='border-radius: 50%;'>
+ 1
Remove dublicate...
https://www.sololearn.com/Discuss/2591301/?ref=app
+ 1
Thanks all
0
Well you would need that image to be hosted on a live server somewhere