1

Topic: CHANGEING BACKGROUND

hi, i´ve a problem changeing the background of my forum. i´ve searched and searched in the css´s but couldn find anything! would be nice if somebody could helb me. i don´t want to change the color with codes! it should be a jpg or gif! what do i have to do? thank you neutral

2 (edited by Mark 2006-08-20 14:17)

Re: CHANGEING BACKGROUND

open

yourstyle_cs.css
replace

BODY {BACKGROUND-COLOR: #000000

with

BODY {BACKGROUND-COLOR: #000000; background-image: url(../../img/style/bg.gif);}

the img being were your image is located.

(its on line 2 or something smile )

3

Re: CHANGEING BACKGROUND

thank you very very much