Please guys i have difficulties in changing the background image in my HTML editor please help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

23rd May 2022, 12:47 PM
Chemeh Denis Ngompi
Chemeh Denis Ngompi - avatar
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...
23rd May 2022, 12:48 PM
Jayakrishna 🇮🇳
0
Use this in css. background: url("your-image.jpg");
23rd May 2022, 12:58 PM
#ℍℙ𝟚𝟚™
#ℍℙ𝟚𝟚™ - avatar
0
It not still working i used body{background:url("My image.jpg"); } i want the background to full screen
23rd May 2022, 1:05 PM
Chemeh Denis Ngompi
Chemeh Denis Ngompi - avatar
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?
23rd May 2022, 1:45 PM
Jayakrishna 🇮🇳