MyBB Community Forums

Full Version: [Urgent] Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why is my background white?!

global.css
body {
	background: url(/forum/images/UniqueKnight/cphv.png;
	color: #4d4d4d;
	text-align: center;
	line-height: 1.4;
	text-shadow: 0 -1px 0 #000;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

FTP:
[Image: DSkqWJ.png]

body {
background: url(/forum/images/UniqueKnight/cphv.png);
color: #4d4d4d;
text-align: center;
line-height: 1.4;
text-shadow: 0 -1px 0 #000;

font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}
(2012-01-28, 10:48 PM)WebOutfit Wrote: [ -> ]body {
background: url(/forum/images/UniqueKnight/cphv.png);
color: #4d4d4d;
text-align: center;
line-height: 1.4;
text-shadow: 0 -1px 0 #000;

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

You are a God. Can't belive I missed that bracket. Repped.
(2012-01-28, 10:49 PM)Skin Wrote: [ -> ]
(2012-01-28, 10:48 PM)WebOutfit Wrote: [ -> ]body {
background: url(/forum/images/UniqueKnight/cphv.png);
color: #4d4d4d;
text-align: center;
line-height: 1.4;
text-shadow: 0 -1px 0 #000;

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

You are a God. Can't belive I missed that bracket. Repped.

So I've been told Wink. No problem Toungue.