0
I am using solearn by mobile but I am not able to insert any images using mobile. Please help me anyone.
3 odpowiedzi
+ 6
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
https://www.sololearn.com/discuss/1054246/?ref=app
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
Try to search before asking //
Visit the site www.imgbb.com and start uploading pictures and then copy the link using HTML viewer.
:)
+ 3
Prabha Panthi
You can insert a local image by providing the entire file path like :
To access a img in Images folder in your internal storage,
file:///sdcard/Images/img.jpg
You can get the file path by navigating to the file in Chrome browser by entering file:///sdcard in the search bar
**Important**
But use it only for testing purposes while you are coding. In the final code please use an online image so that everyone else can access the image(or file). Check out the suggestions given by Nilesh
+ 3
Thank you