MyBB Community Forums

Full Version: Making a background image repeat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using the accord theme and it has background image labeled "header.png" i've switched the background image with another also labeled "header.png" the image ive switched it with I'd like to repeat vertically, how can I make this happen? and how can I switch the "header.png" to "background.jpg"? cuz right now the file is like 2 1/2mb and can take a while to load.

any help is appreciated. thank you
do this

backgroud:url(yourimage.png) repeat-y;

or if you want it to repeat both horizontally and vertically

background:url(yourimage.png) repeat;

In order to change header.png to background.png you would have to do it in global.css. I don't know the exact place where to put it, since I haven't seen your theme.

thanks!