how can I find the link of an image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

how can I find the link of an image

17th Jun 2020, 5:29 PM
Beamlak Amare
Beamlak Amare - avatar
20 Answers
+ 5
Hi! A detailed answer. There can be 2 cases for this problem. Case 1. Picture is available in internet and you dont kniw how to get its link. Solution-Right click the picture and select "open in new tab"👉When the tab opens,copy the url of the tab. Case2.Picture is in your pc in a folder. Solution- Open the folder where the picture is stored.👉Copy the folder path👉Note it somewhere(notepad or any text editor)👉Open the folder again and right click the picture👉properties👉copy the picture name with format(.jpg,.jpeg,.png)👉Open the .txt where you saved the folder path and add "/" to the last line and paste the picture name with extention. Eg. C:/my folder/picture/Testing.jpeg (Testing.jpeg is the picture.)
18th Jun 2020, 11:00 AM
Shankhui Lunghar
Shankhui Lunghar - avatar
+ 6
You're welcome Beamlak Amare
17th Jun 2020, 7:26 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
The link will be between the double quotes after the attribute src <img src="the link u want" />
17th Jun 2020, 7:05 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
U mean u want to determind the path to your image to use it in webpage Beamlak Amare
17th Jun 2020, 7:19 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
If image is in a folder called animal on a partion c <img src="mycomputer/c/animal cat.jpg"> if the image beside the html file write the name directly <img src="cat.jpg"/> Beamlak Amare
17th Jun 2020, 7:23 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
I advise u to put your image beside the html file to facilate arrivece to it Beamlak Amare
17th Jun 2020, 7:25 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
If you are using sololearn you have to upload whith drive or dropbox, but if it is with an offline app for compiling html, get an app, zarchiver and do- Folder/ Folder if another/img name
18th Jun 2020, 12:29 PM
Goke Ekundayo
Goke Ekundayo - avatar
+ 4
☝️If you want to create a url link of an image. 🔥Solution:-Upload image on "imgbb.com"website then a link will generate. This website is Amazing 👌.It can also html code of image and you just copy that code and paste on Html code. ☝️If you just want link of an image which already present on Internet. 🔥 Solution:-Tap on image and open that image in New Tap of chrome browser.Copy the above link and paste.
19th Jun 2020, 11:34 AM
Jagjiwan Chimkar
Jagjiwan Chimkar - avatar
+ 3
device storage
17th Jun 2020, 5:41 PM
Beamlak Amare
Beamlak Amare - avatar
+ 3
yes but where can I get the link of the image I want ilfor instance I wanted to choose from my internal storage Dcim and how can I know the link of it
17th Jun 2020, 7:15 PM
Beamlak Amare
Beamlak Amare - avatar
+ 3
thank u that's what I wanted thank you very much
17th Jun 2020, 7:24 PM
Beamlak Amare
Beamlak Amare - avatar
+ 3
You can get the link from the source that the image on it,or
18th Jun 2020, 7:30 PM
Fareed
Fareed - avatar
+ 2
yes
17th Jun 2020, 7:20 PM
Beamlak Amare
Beamlak Amare - avatar
+ 2
If your img in html file write the name of img directly,, if itsnt take it from proprties on pc or from detail in a phone
18th Jun 2020, 9:20 AM
Wigdan Mohammed
Wigdan Mohammed  - avatar
+ 2
<img src =" "> Inside src is the link of your image. If it inside a folder, put the name of the folder followed by forward slash then the image.
18th Jun 2020, 4:03 PM
Jace
Jace - avatar
+ 2
Yes, right click and copy the url
18th Jun 2020, 7:38 PM
Shankhui Lunghar
Shankhui Lunghar - avatar
+ 2
what is the source of your image?
19th Jun 2020, 5:58 AM
mohammad hossein rouhani
mohammad hossein rouhani - avatar
+ 2
Go to "Google Images".. And select any picture you want.. Now tap on the picture, now there would be "Share" button on the lower right corner of image, tap on that, now copy link address..
19th Jun 2020, 8:15 AM
Zeeshan Ahmed
Zeeshan Ahmed - avatar
0
Inspect the img and it will appear in SRC tribute , Example: src=" asset/logo.png" Or click on image and it will open in spread tab and Copy The Link 👍
19th Jun 2020, 3:43 PM
Omar Khalil Bakhsh
Omar Khalil Bakhsh - avatar