I paste a image link but the image not shown why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I paste a image link but the image not shown why?

In Hindi

31st May 2021, 4:19 AM
Shubham Mishra
Shubham Mishra - avatar
16 Answers
7th Apr 2023, 10:35 AM
JaScript
JaScript - avatar
+ 3
Shubham Mishra Access denied bata raha link open karne par Dusra link try karo. Dropbox me upload karke vahan ka link use karo
31st May 2021, 5:02 AM
A͢J
A͢J - avatar
+ 2
Bhai tum link kha se laya
31st May 2021, 4:43 AM
Shubham Mishra
Shubham Mishra - avatar
+ 2
If you are using Dropbox Image . Put (dl) instead of Www. Other wise process is same <img src=""/>
2nd Jun 2021, 12:55 AM
SUJAN
SUJAN - avatar
+ 1
Is the link from google?
31st May 2021, 4:32 AM
Shoaib Malik
Shoaib Malik - avatar
+ 1
<html> <head> <title>first page</title> </head> <body> <img src="https://ibb.co/K61fmT6/images/tree.jpg" alt="" /> </body> </html>
31st May 2021, 4:37 AM
Shubham Mishra
Shubham Mishra - avatar
+ 1
Koi link bejo
31st May 2021, 4:39 AM
Shubham Mishra
Shubham Mishra - avatar
+ 1
<html> <head> <title>first page</title> </head> <body> <img src="https://cdn.pixabay.com/photo/2016/03/03/10/17/social-media-1233873__480.jpg/images/tree.jpg" alt="" /> </body> </html>
31st May 2021, 4:55 AM
Shubham Mishra
Shubham Mishra - avatar
+ 1
Bhai fir bhi show nahibho raha ha
31st May 2021, 4:56 AM
Shubham Mishra
Shubham Mishra - avatar
0
wrong link it might be or if you gave just the image name then the image should be in the same folder as your file
31st May 2021, 4:20 AM
Eashan Morajkar
Eashan Morajkar - avatar
0
How can i find link
31st May 2021, 4:23 AM
Shubham Mishra
Shubham Mishra - avatar
0
Depends on which platform you're on, if you're on PC then right click the image and see details which is at the last it will have a path and just copy paste the path value. actually my suggestion is that keep the image in the same folder as the file and the link now is just the image name
31st May 2021, 4:25 AM
Eashan Morajkar
Eashan Morajkar - avatar
0
I dont have a pc i have android
31st May 2021, 4:25 AM
Shubham Mishra
Shubham Mishra - avatar
0
Then also you have two option 1 like i said keep the image in the same folder as the file of give an full link which mostly will be like this "/sdcard" where the first / is the root folder and sdcard is internal storage now you can append the path from internal storage like for example if you have the image in the "html" folder in internal storage the the path would be "/sdcard/html/image_name"
31st May 2021, 4:31 AM
Eashan Morajkar
Eashan Morajkar - avatar
0
Use this... <img align="center" height="auto" src="#"/> Hope it helps
31st May 2021, 4:37 AM
Shoaib Malik
Shoaib Malik - avatar
0
Use this... <img align="center" height="auto" src="#"/> Hope it helps
1st Jun 2021, 4:28 AM
Rehan
Rehan - avatar