MyBB Community Forums

Full Version: How to get this parts and paste them into in my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

[spoiler]1.
[Image: wrapperbl.jpg]
2.[Image: wrapperbr.jpg]
3.[Image: wrapperb.png]
4.[Image: wrapperl.png]
5.[Image: wrapperr.png]
6.[Image: wrappert.png]
7.[Image: wrappertl.jpg]
8.[Image: wrappertr.jpg][/spoiler]

This is the code of the body in my forum i have no idea how do i place it over there :
body {
	background: #161616;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0px;	
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}

thanks for any kind of help
[/quote]

Every of those needs ID. Place them after <body> tag, like:
<div class="t">
	<div class="b">
	<div class="l">
	<div class="r">

	<div class="tl">
	<div class="tr">
	<div class="bl">
	<div class="br">
and close the tags in your footer.
YOU NEED TO CODE THE CSS
Use positions for background-image property. Like top left, top right etc.