3/7/2017 5:18:11 PM
Anderson Borges12 Answers
New Answer<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="file:///sdcard/sdcard0/sign.png" height=300 width=300 alt="Wrong Path"> </body> </html> what's wrong with that?
Sololearn may not have the right permission to access these certain files. If the file was located in the apps directory, then it could've been a possibility - I assume this if you haven't tired what Shehab Soliman stated, because you would need the file path or location of it.
remove "file" and use only one and add ur img in the some directory. an example: <img src="/storage/emulated/0/HTML/MyPic.png">
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message