MyBB Community Forums

Full Version: Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK so my friend and I just started our own forum and we personalized the theme / template / skin to our liking according to what the forum is about. We are all finished EXCEPT that we want to add a picture in the background of all.

If you don't know what I'm saying, I refer to this:

[Image: bgwi9.png]

THe white area. We want to add a picture to act as a background in there. Is there any possible way to do this?

P.D: We are using MyBB 1.2.1. Just in case it's needed.

Any help is truly welcomed.
Moved to Templates and Themes.

ACP > Themes > Modify / Delete > *Theme Name* > Page Container
Find:
background: #fff;
Replace with:
background: #fff url(path/to/your/image.jpg);

You can change the #fff to what ever you like. You can also specify the position and if you want it to repeat, see the following:
http://www.w3schools.com/css/pr_background-position.asp
http://www.quirksmode.org/css/backgroundposition.html
http://www.w3schools.com/css/pr_background-repeat.asp
Great! Works perfectly! Thanks a whole bunch Christian.

(By the way, sorry for the wrong section thing.)

You can close this anytime you want.
Captain Drake Wrote:Great! Works perfectly! Thanks a whole bunch Christian.

(By the way, sorry for the wrong section thing.)
Your welcome and no worries. Smile
Captain Drake Wrote:You can close this anytime you want.
That's not necessary, but if you would like it closed, I would be more than happy to do it. Smile
we tried this but nothin happens is it cos we upgraded