MyBB Community Forums

Full Version: 2 Background Images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I designed 2 background images that are supposed to be like two pillars going down the left and right side of my forums. I've tried looking at CSS help sites and I've added this in the extra CSS attributes box.

background-image: url(a), url(b);
background-position: left, right;
background-repeat: repeat-y, repeat-y;

I've tried editing the Background box too, but it hasn't worked correctly. If someone experienced could help me, I'd greatly appreciate it.
That's not correct CSS. You can't define 2 images in that mannner. You will need to either create one image or create 2 divs and a css for each one. Is your theme a fixed width or fluid? Fixed is very easy to do.

i.e. http://www.industrialforums.com
Kay, I got everything working. Thanks dude. Just 1 last question. Is there anyway to get my forums aligned in the center? They're set a little at the left. [url="http://teammagnificent.dx-t.net/forums]Take a look?[/url]
A little to the left?  They are totally left.  Smile


In your theme editor change the images/ground/ path to just images/ground   You can see the error in your source code.

Hmm...actually looking at your code you did it wrong.  Change the container to 850px not the template table width.  You have more work to do on this.  Look at my sites css and how I did it for industrialforums. It shouldn't take you longer than 10 minutes to get this right..go for it.