MyBB Community Forums

Full Version: how to set BG like this one?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear members.

I want to know If we have this feature in MyBB to set a background like this one in the follow link

http://www.vbimpressions.com/forums/?styleid=9

and if we have it how to do that?

thnx

Edit: I get it by mysalf. you need to put the following code in the Body Background
#efe4ec  url(background-path) no-repeat bottom left fixed
and the following code in Page Container >Extra CSS Attributes
#efe4ec  url(background-path) no-repeat bottom left fixed;

Regards.
Why you put it 2 times? just put it in the container's class. If you are afraid to have a margin on the sides, like white gaps.. you can make the container a 100% width and put the top margin of the body 0px;

regards