How insert images as in their location | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How insert images as in their location

7th Dec 2019, 6:50 AM
Abdullah Onisabi
Abdullah Onisabi - avatar
2 Answers
+ 12
Use <img src="link" /> This not works follow the below steps: METHOD 1: DROPBOX Application --> First Download Dropbox from Playstore. --> Upload image that you want to add in HTML on Sololearn. --> Get link of image that you want to add in HTML on Sololearn. NOTE: there is "dl=0" at the last of link Replace it with "raw=1" METHOD 2: imgur.com Website --> First Create your Account. --> Upload image that you want to add in HTML on Sololearn. --> Get link of image that you want to add in HTML on Sololearn.
9th Dec 2019, 2:41 PM
ROHIT KANOJIYA
ROHIT KANOJIYA - avatar
+ 2
<img src="image/file/location.jpg"/>
7th Dec 2019, 7:28 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar