Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to add a image background

Viewing 2 replies - 1 through 2 (of 2 total)

  • Elias
    Member

    @goebelmasse

    By editing the style.css file.

    body {

    [...]

    background-image: url(path/to/the/image/relative/to/the/css);

    background-repeat: no-repeat; /* or whatever you like */

    [...]

    }

    Of course I cannot give a full CSS introduction here, but there are lots of good and helpful introduction available online.

    thanks ill give it a try

    thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar