+ 2
Guz..how can i insert images already downloaded in my mobile gallery in html? ..instead of putting urls..after src
Image in html
6 Answers
+ 4
itsme SAP;),
I cant quite figure that out myself. All I could find was using a images url. Try looking for the image online. If its a camera picture then I dont know what to tell you. I apologize
+ 4
put the html file in your galleries folder and SRC will be simply the file name. if the phone is Android path starts as /storage/emulated/0 you can simply put SRC as pictures/<filename>.<extension> or the path that contains the file no need of full path just use these.
+ 2
instead of the url put the image adresse
+ 2
image address like..myfiles/Downloads/images/tree.jpg???
+ 2
then you should type <img=image name.jpg>
+ 1
give image address src="file:///location/location/image location/image name.jpg"