MyBB Community Forums

Full Version: makeing me nuts help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, thanks for the nice message board. now for my help.
i would like to put in a img for my background. not a color white.
where can i edit this to put in my background img
any help please
thanksCool
You will have to edit the template titled 'css'.

In the body { section you will find something like this:

background : #e3e3e3 url('$settings[bburl]/images/Light/logo_bg.png') repeat-x;


change the colour there (#e3e3e3) to whatever you wish, and change the image url to the image you wish to use.

Chris
Judging from the fact you said white, I'm guessing you wanted to change the main content box, not the grey background it sits on. If that's the case then you need to do the same thing but edit the background element under '#content {'. You'll have to add the url to the attributes as you see it in chris's body example. Also, if you want it to be patterned (repeated) through the whole space, change 'repeat-x' to(or add) 'repeat'. On the other hand, if you only want it to show once, then make it 'no-repeat'
thanks chis. it made me nuts. i just change over to this message board. so far i love it.