+ 5
What should I do if an image is not showing in my HTML folder even I didn't made any mistake??
11 Antworten
+ 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");
+ 3
Same problems happens with me
+ 3
Thanks bro ChaoticDawg
+ 3
https://www.sololearn.com/Discuss/1325165/?ref=app
https://www.sololearn.com/Discuss/803683/?ref=app
https://www.sololearn.com/Discuss/2595002/?ref=app
https://www.sololearn.com/Discuss/2290622/?ref=app
+ 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
+ 3
Trying.....
+ 2
Hey broo Thirt13n
it worked Bro
thanks a lot both of u guys
ChaoticDawg & @Thirt13n
https://code.sololearn.com/WN6sz23S7pDJ/?ref=app
+ 1
ChaoticDawg
Could you explain by giving an example as I am very new...
Can u make a code bit to show this??
+ 1
Guyss Sorry to say but it is still not working!!!
The link doesn't works....
0
Upload on cloudinary and use the link with ("your link")