+ 2
I wanna set background image in html, taking it from my phone storage but Unfortunately doesnt appear....reason??
Beginner
5 Respostas
+ 2
Did you open it in sololearn and in the url() it contains absolute path?
if yes, only absolute path or source for request mime type application/image. For absolute path can only be used if you open it locally not online
+ 1
try using the search bar before posting any questions.
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/post/459751/?ref=app
https://www.sololearn.com/Discuss/2281884/?ref=app
https://www.sololearn.com/Discuss/2390690/?ref=app
https://www.sololearn.com/Discuss/1054246/?ref=app
+ 1
Can't be done via sololearn app. Use drop box and create a link to your picture.
0
background-image: url("../image.png")
Like this but not appear? You open in local or sololearn?