+ 2
It is possible to add image in the Web page on the android phone
9 Answers
+ 2
ya i get my image in the output thanks!
+ 1
But I also try with url from the net but it is not working
+ 1
can u give a example coding of inserting image from net
+ 1
<img src="http://media-cache-ak0.pinimg.com/736x/ce/4e/7b/ce4e7b08b9ec8064097e451a43d325d1.jpg" alt="God Usopp at his finest" />
+ 1
and then use CSS to specify size and other properties
<style>
img{
width: 5em;
border-radius: 0.5em;
}
</style>
+ 1
I used your url it's done but when I take image url from net I don't get result
I get result ?
+ 1
You've gotten it to work I see
0
You cannot reference an image that is on your phone using the SoloLearn editor. You'd have to have that image online and use that URL. I frequently see people mention uploading unto Dropbox or some other cloud hosting service and then setting the image to public
0
Apparently you can add image from phone. Sorry.
https://www.sololearn.com/discuss/573775/?ref=app