0
How to add images in html from google?
Cant add an image.
12 Respuestas
+ 13
If you want to insert an image that is in your local storage you have to write the exact file path of that specific image. Such as...
<img src="file:///sdcard/Download/image.jpg">
and unless everyone has the same file, linking using file:/// means only you will see them.
otherwise you may use image hosting sites, just post an image to https://postimages.org or https://imgbb.com
and get an unique link for your image. then copy and paste the image URL.
+ 6
Follow the path as I mentioned before.
+ 5
you can download and add the image or create a hyperlink
+ 5
Primarily: As @Samudi Virasha said.
If your link is good, another possibility: Linking to images on other people's sites uses their bandwidth; some admins block that (others insert unexpected content) ... you might want to try a free image sharing site.
+ 2
<img src="link_to_image">
You can't upload images directly to Sololearn. If you want to include your own images, upload them to a photo sharing site and add the link in the quotes in the code above.
+ 1
Thanx Ranjan bro. This is the way i wanna know. Thanx for the help.
+ 1
Ranjan bro its not working
0
How to add hyperlink.
0
Hey it still not working here. i wanna upload a pic from. my gallery in the slide. but it us jst showing a blank sheet. what to do.
0
which
0
Thanks AKR bro