MyBB Community Forums

Full Version: Help forum all messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://rfgaming.co.cc/

i was installing the fast search/editing files...and in the global.css it told me to add a code, and i did...but the mod didnt owrk out so i removed the fast.js and re-edited my templates by removing the codes it told me to put, everything seems fine in the templates and the global.cc is text-align: center;
margin: 0px;
so what could i be doing wrong?
please reply and help me
This is at the top, not sure where it said to do this:

body {
	background: #080808;
	width: 230px;
	color: #fff;
	text-align: center;
	margin: 0px;
}


}


}

font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

Remove that and change it to this:

body {
	background: #080808;
	width: 230px;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}