What should I do if an image is not showing in my HTML folder even I didn't made any mistake?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What should I do if an image is not showing in my HTML folder even I didn't made any mistake??

https://code.sololearn.com/WN6sz23S7pDJ/?ref=app

24th Apr 2021, 2:35 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
11 Answers
+ 7
1. Your images URL should be between double quotes. 2. In order for it to work here in the SoloLearn playground, you'd need to upload the image file somewhere (like Dropbox, imgur, etc) and use the direct link to the image file (not just the page it is on). Something like; background-image: url("https://images.freeimages.com/images/large-previews/2a7/polly-background-1631651.jpg");
24th Apr 2021, 3:29 AM
ChaoticDawg
ChaoticDawg - avatar
+ 3
Same problems happens with me
24th Apr 2021, 2:36 AM
Dark Kakashi
Dark Kakashi - avatar
+ 3
Thanks bro ChaoticDawg
24th Apr 2021, 6:11 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
24th Apr 2021, 6:43 AM
ChaoticDawg
ChaoticDawg - avatar
+ 3
Hey DXZ DEADPOOL Go to chrome , open your favourite image , hold long press , copy image , paste into your CSS at ../1.jpg Sample link: content://com.android.chrome.FileProvider/images/screenshot/1619323721368-162852185.jpg
25th Apr 2021, 4:11 AM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar
+ 3
Trying.....
25th Apr 2021, 4:12 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
+ 2
Hey broo Thirt13n it worked Bro thanks a lot both of u guys ChaoticDawg & @Thirt13n https://code.sololearn.com/WN6sz23S7pDJ/?ref=app
25th Apr 2021, 4:16 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
+ 1
ChaoticDawg Could you explain by giving an example as I am very new... Can u make a code bit to show this??
24th Apr 2021, 6:16 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
+ 1
Guyss Sorry to say but it is still not working!!! The link doesn't works....
25th Apr 2021, 3:45 AM
DXZ DEADPOOL
DXZ DEADPOOL - avatar
0
Upload on cloudinary and use the link with ("your link")
25th Apr 2021, 4:00 PM
Surendar.A
Surendar.A - avatar