MyBB Community Forums

Full Version: All messed up after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
look...http://www.xrumxrum.com/forum/


what happen? Sad
i have forced a different template on users and it fixed. weird why the old one got messed up though....
Looks like a CSS issue to me. Check your theme settings in the ACP
1.6 reverted alot of templates to add functionality. I could port your template to 1.6 for you.
body {
	background: #F0FFFF;
	color: #000;
	text-align: center;
	line-height: 1.4;
.spoiler_header {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 4px 0 0 0;
}

First lines of global.css. Wink
His global.css is fine. I just checked it.
Nope. Check W3C validator.
That only shows little markup errors. It's like doing <br> instead of <br />. Does the same thing, but W3C says it's invalid.

<link type="text/css" rel="stylesheet" href="http://www.xrumxrum.com/forum/cache/themes/theme10/global.css" />
Man, I know what am I talking about. -.- I corrected lacking "}" in body declaration and everything works fine on local file.
Oh wow! I am terribly sorry. I didn't even notice that.

My mistake. Do what Marines said.