XF 1.2 Adding Background Image

Mufasa

Active member
How do i add a background image, full size/screen to a style?

Im using the style 'Charm'

Thanks!

EDIT: ok, got a background on it but it stops at the header section.
Code:
#content {
background: url("background/bg1.jpg") no-repeat;
height: 100%
width: 100%
}

thats what i used
 
Last edited:
Top Bottom