MyBB Community Forums

Full Version: background repeat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
theres nothing in my css saying repeat how do i get my background not to keep repeating

heres my css
body {
	background: #000000;
	width: 100%;
	color: #000;
	background-image: url(images/redeclipse/background.png);
	text-align: center
	line-height: 1.4;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and when i add no-repeat it doesn't show at all,
background-repeat: no-repeat;

add that to the CSS.
Yay Thanks Wink