Larger background

GK User
Thu Jun 16, 2011 7:42 pm
is it possible to add a large background with out beeing repeat
thanks in advance
User avatar
Junior Boarder

GK User
Thu Jun 16, 2011 10:36 pm
Hi

For example, on template.css you will find this line:

Code: Select all
body { line-height:1.9; background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; min-height:100%; }


and in style1.css file:

Code: Select all
body { background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; }


so you can replace them like:

template.css
Code: Select all
body { line-height:1.9; background:#e8e7df url('../images/style1/yourimage.jpg') no-repeat 0 0; min-height:100%; }


style1.css
Code: Select all
body { background:#e8e7df url('../images/style1/yourimage.jpg') no-repeat 0 0 }


Cheers ;)
User avatar
Platinum Boarder


cron