MyBB Community Forums

Full Version: background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add an image to my default mybb 1.6 background?
Upload a logo to the images directory of your forum

1. Upload the background to your images directory.
2. Go to Global.Css
3. Add
	background: #000000 url(images/NAME.png) repeat;
under
body {

Add
 no-repeat 
with repeat if you dont want the backround repeated.