• I am using Nowell Theme. I want to use a jpeg I have as the background
    I did it once by accident but can’t do it again.

Viewing 1 replies (of 1 total)
  • With most themes, you would set the background-image property of the <body> element like this:

    body {
       background-image: url(http://example.com/images/background.jpg);
    }

    You may also need to set the background-position and background-repeat depending upon whether you want the image to be repeated or not. For more information on the background properties, see this page.

Viewing 1 replies (of 1 total)

The topic ‘jpeg background’ is closed to new replies.