MyBB Community Forums

Full Version: a background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to put a background image for the forum? like the forums boards are over a image that i put up

please let me know
You can set the background in Admin CP --> Themes --> Modify/Delete --> *edit your theme*. There are two places where you can add your background image.

1) In the "Body" section, enter the following code in the Background box
url(images/yourbackgroundimage.gif)

2) In the "Page Container" section, enter the following code in the Extra CSS Attributes box at the bottom
background: url(images/yourbackgroundimage.gif)