Why my image doesn't shows? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why my image doesn't shows?

When using an <img /> tag or background-image: , I copy the URL of a Google picture, but it doesn't appears. I also tried to upload it to Google drive but it still doesn't work. Does anyone knows how to fix it? Code: <html> <head> <title>Page Title</title> </head> <body> <header> <img src="https://images.app.goo.gl/6KucmjFdRLzPKaJFA" id="pandita"/> <nav> <ul class="social"> <li class="social"><a href="#" id="discord">Discord</a></li> <li class="social"><a href="#" id="twitter">Twitter</a></li> <li class="social"><a href="#" id="facebook">Facebook</a></li> </ul> </nav> </header> <hr> <h3>Adopta un panda</h3> </div> </div> </body> </html>

16th Aug 2020, 1:52 PM
Soul
12 Answers
+ 6
Soul First you have to go to the original website where the image is placed then you have to long press the image and a list will appear from where you have to click on open image and then copy the link of the image if you copy earlier that's the link of the web page
16th Aug 2020, 2:22 PM
Nilesh
+ 5
The image link is wrong Correct link https://code.sololearn.com/WrtB6BE9mLUT/?ref=app
16th Aug 2020, 2:06 PM
Nilesh
+ 1
<img src ="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR30E2IzA1w7_KzqvNP4e9wkY-bc_dThNVSS5wVLlfRFzG3WbcTMj-HcjMS&s=10" /> use this link.. Your link is Web page link, not image link. Soul In your link, open the image in new tab by =>right click=>select open in new window.. Now from new window, use that url..
16th Aug 2020, 2:05 PM
Jayakrishna 🇮🇳
+ 1
Soul In your link, open the image in new tab by =>right click=>select open in new window.. Now from new window, use that url..
16th Aug 2020, 2:17 PM
Jayakrishna 🇮🇳
+ 1
Soul first download your img and open https://postimg.cc/zVgYGcNg/552bb3bf website and upload your image then click on direct link to copy and then paste it on your code.
16th Aug 2020, 2:21 PM
Himanshu Shah
Himanshu Shah - avatar
+ 1
Save it to a local drive on your server and grant full access permissions
18th Aug 2020, 3:09 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
Image link should end with .jpg, .png ,.gif , .webp etc
18th Aug 2020, 10:18 AM
Priyanshu Gupta(प्रियांशु गुप्ता)
Priyanshu Gupta(प्रियांशु गुप्ता) - avatar
0
Thank you so much, but, how do I get those links in a cell?
16th Aug 2020, 2:10 PM
Soul
0
Soul see my code if you still didnt understand. https://code.sololearn.com/Wz13BtLZqEPh/?ref=app
16th Aug 2020, 2:25 PM
Himanshu Shah
Himanshu Shah - avatar
0
Your closing img tag is missing. Because of these the img is not showing.
17th Aug 2020, 6:03 AM
saurabh shitole
saurabh shitole - avatar
0
You can copy the image address form net or your storage system then pase the as it. When your image in your storage then you paste only it name with extension. You take it on online then past it add i think it will be no need to give extension.
17th Aug 2020, 6:26 PM
HARSHAL SUNILKUMAR GOSAVI