- 2
Please guys i have difficulties in changing the background image in my HTML editor please help me.
I have link it to the correct path were the image is found in my storage but it doesn't work
4 Answers
+ 1
sololearn don't access your local storage..
for more details, read this :
https://www.sololearn.com/discuss/2488016/?ref=app
https://www.sololearn.com/discuss/2402873/?ref=app
hope it helps...
0
Use this in css.
background: url("your-image.jpg");
0
It not still working i used body{background:url("My image.jpg"); } i want the background to full screen
0
Where are you trying? In PC or here?
Is it showing but not full, or not showing at all?
can you share your code?