MyBB Community Forums

Full Version: Cant change Bckground Image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanna change my forum background.
i did this change

body {
	background: url(http://www.unramped.com/images/background.png);
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}


it was successfull but for some reason i have to revert the theme.
after that i again did the same edition as above bt now its not working.

can any one help me?

forum URL is http://www.unramped.com/forums
This could be a problem:
.style7 {font-size: 9px}
.style9 {font-size: 10px}
Try adding a ; at the end of each line.

You've also got #container and #header defined twice, which is not valid, and confuses the browser.