Y images are not displaying ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Y images are not displaying ?

<html> <head> <title>first page</title> </head> <body> <img src="https://drive.google.com/file/d/11I0OS7rrkrI5QOsavxPCrMPNhFEmAY5o/view?usp=drivesdk" alt="" /> </body> </html> Anyone tell how display image ..I will selected try both URL &My files location path also will image will not display

15th Aug 2019, 8:50 PM
LOKESHA E J
LOKESHA E J - avatar
6 Answers
+ 9
You can't link images directly from drive 🤔 you have to upload them on websites like imgbb.com or imgur.com or Dropbox ^_^
15th Aug 2019, 8:59 PM
Oma
Oma - avatar
+ 2
Adding on to Chee's answer, this post goes over how you can link to images uploaded on dropbox - https://www.sololearn.com/discuss/1054246/?ref=app
15th Aug 2019, 11:03 PM
Faisal
Faisal - avatar
+ 2
Don't forget to turn link sharing on in drive
17th Aug 2019, 12:56 PM
Reca Resu
Reca Resu - avatar
+ 2
This way u can use image from Google drive.
17th Aug 2019, 12:57 PM
Reca Resu
Reca Resu - avatar
+ 1
You should use the following format:- <IMG SRC="https://drive.google.com/uc?id=(image id)&export=download">
17th Aug 2019, 12:56 PM
Reca Resu
Reca Resu - avatar
0
Tq so much bro ..Now working
16th Aug 2019, 7:47 AM
LOKESHA E J
LOKESHA E J - avatar