0
how to insert image in this app
6 odpowiedzi
+ 3
Use an image from the web.
Example:
<img src="https://www.sololearn.com/Icons/Avatars/1796932.jpg"></img>
+ 1
i know that but in phone while using this app then what should be type for inserting image
+ 1
use the directory of the photo and reference it.
or better still create a new folder only for the image then reference it by using the directory
+ 1
thanks to all!!
+ 1
<img src="Ur image location exact link" > </img>
0
by tag <img> , for example <img src="image.jpg">