MyBB Community Forums

Full Version: background image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im using wamp i went to global.css and searched for body i made it to this
body {
	background-image: url(/images/dark_mosaic.png);
	color: #fff;
	  font-family: 'open_sansregular';
	font-size: 13px;
        margin:0 auto;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
yes i tried it without " " still doesnt work just white background?
you have to change it from #content rather than body...