Background image with Notepad++

Solved
Pierrenamikaze Posted messages 19 Status Member -  
Pierrenamikaze Posted messages 19 Status Member -
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

2 answers

  1. 1Seb Posted messages 170 Status Member 39
     
    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
    11
    1. Pierrenamikaze Posted messages 19 Status Member 1
       
      I did it, thank you for your help :)
      1