MyBB Community Forums

Full Version: Forum BG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm stuck with my forum BG. I'd like to have the following image as the BG, repeated downward of course,

[Image: 1z51c7a.png]


I can't remember the location in the style sheet.
body????
Yes.. but how do I use the image as my background. What do I put in the input box?
ammm
add
Background; url(theimagelink here);

example

.body {
Background; url(theimagelink here);
}
Try - url(images/yourimage.png) repeat
Neither seems to be working.
Use the following and simply replace what you need to:

Quote:body {
background: #222 url(images/yourtheme/background.png);
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
}

Shedrock
hey just need add repeat

background: #222 url(images/yourtheme/background.png) repeat;
You actually don't need to add repeat to the image.