Background image with Notepad++
Solved
Pierrenamikaze
Posted messages
19
Status
Membre
-
Pierrenamikaze Posted messages 19 Status Membre -
Pierrenamikaze Posted messages 19 Status Membre -
Hello/Good evening,
Right now, I’m using Notepad++ to create a website, the problem is that I’m trying to set a background image for the site, and I can’t seem to find out how to do it no matter where I look.
Configuration: Windows / Chrome 49.0.2623.112
Right now, I’m using Notepad++ to create a website, the problem is that I’m trying to set a background image for the site, and I can’t seem to find out how to do it no matter where I look.
Configuration: Windows / Chrome 49.0.2623.112
2 réponses
Hello,
As already mentioned, it all depends on the code.
Maybe by adding this to the page's css:
body {background-image: url("path to the image");}
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_background-image
--
Seb
As already mentioned, it all depends on the code.
Maybe by adding this to the page's css:
body {background-image: url("path to the image");}
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_background-image
--
Seb
Pierrenamikaze
Posted messages
19
Status
Membre
1
I did it, thank you for your help :)