Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS background won`t load

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #294756
    Sanady
    Participant

    Hello guys, I have simple problem but I dont know why my background wont load, when I set it to simple color works just fine but when it should be an image then there is a problem.
    body {
    background-image: url("img/1Puretaboo_blur_background.jpg");
    }

    #294758
    Shikkediel
    Participant

    Probably a wrong file path, it will be relative to the folder the CSS file is in when written like that…

    #294759
    Rose Musics
    Participant

    Be aware of the file path

    #294918
    arioxa
    Participant

    If the problem has not been resolved , send out your site address to check out .

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.