Google picture doesn't load in HTML playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Google picture doesn't load in HTML playground

I just started in HTML, I wanted to insert an image from Google by copying the image URL and I pasted the URL into the "src" of the "img" part. But when I run the code, the picture doesn't load. How can I solve this? https://code.sololearn.com/W8w0t492s9JT/?ref=app

11th Jul 2022, 9:29 AM
Mattis
5 Answers
11th Jul 2022, 9:41 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
Mattis You can't directly upload to Sololearn from a Google page. You will need to download/save your image to a place like dropbox, then upload to Sololearn from that location. I will find some instructions for you to follow
11th Jul 2022, 9:36 AM
Rik Wittkopp
Rik Wittkopp - avatar
11th Jul 2022, 10:08 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Link is not image link. It's a web link here is your image, Use this instead... <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwp73Q0iBHRu0vJ-ZeOtGZw8kN1fworDVR0Q&usqp=CAU" alt="Bédoin"> hope it helps...... edit: Rik Wittkopp it's already a cloud link. But not image link..
11th Jul 2022, 9:35 AM
Jayakrishna 🇮🇳
+ 1
Thanks for the answers, the link works. I will try it through Dropbox in the future. :)
11th Jul 2022, 10:23 AM
Mattis