MyBB Community Forums

Full Version: Custom background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Done, but doesn't appear Sad

forumdisplay

<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forum_$fid">
{$header}
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>

edit:

now with this:

background: url(images/ctsilver/formula-1-campeon.jpg) !important;

works fine! Smile
oh, there is a basic mistake in my suggested code! in the global.css, it should be like this
#forum_63 {background: url("http://linkfsd.it/img/f12013.jpg") !important;}
(2013-09-09, 04:27 PM).m. Wrote: [ -> ]oh, there is a basic mistake in my suggested code! in the global.css, it should be like this
#forum_63 {background: url("http://linkfsd.it/img/f12013.jpg") !important;}

Yes!
But now works fine!

Thanks Wink
Pages: 1 2