0

How do i load images which is in my storage to the web page ??

how to write the link for any picture ???

8th Nov 2017, 7:54 AM
Yaseen Shariff
Yaseen Shariff - avatar
3 Answers
+ 3
the default image load tag:- <img src="location/image.png" alt="Image alternate text for search engine"> there are two options to link the image on your web page. option #1 from local storage(copy the write the image location with image name and type on src="") option #2 from online (copy the image URL and paste it on src="image URL")
8th Nov 2017, 9:53 AM
Zakir Hossen
Zakir Hossen - avatar
+ 1
immediately on the project you can not upload the photo, you should download it to a third-party server and specify the link
8th Nov 2017, 8:16 AM
Tretyakov Andrey
Tretyakov Andrey - avatar
- 1
even if i specify the location of my storage , web is nt locating it !
8th Nov 2017, 10:23 AM
Yaseen Shariff
Yaseen Shariff - avatar