MyBB Community Forums

Full Version: Placing an image next to forum container
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
I'm trying to place an image on the left and right side of the forum container.

Is that possible?

[Image: placeimage.jpg]

Here's an image using MyBB's forum as an example, I'd want to place one on the upper left area and on the right.

Thanks.
Admin CP --> Themes --> *Select theme and click 'Go'* --> Body (Customized in this style) --> Extra CSS Attributes
Add: background-image: url(http://mybboard.net/assets/images/bg.gif);

Where http://mybboard.net/assets/images/bg.gif replace with your image location.
Thanks but that's not exactly it.
That replaces the existing background image and repeats all over.
I'd just like 1 image right next to the forum container, on top of the background image. ^^
Image for ads and run on slide?

Chữ ký
lan7 Wrote:Thanks but that's not exactly it.
That replaces the existing background image and repeats all over.
I'd just like 1 image right next to the forum container, on top of the background image. ^^

I think you need to make a background image which is white in the middle, and with those gradients on the left and right, then place it as the background of the "page container" (you can to do this through the additional css), and make it "repeat-y" to just repeat up and down.

killed Wrote:Image for ads and run on slide?

Chữ ký
Sorry I don't understand. If it doesn't have a relation to this topic, please post it in a new thread.
There's some code that lets you add a border; I think it may be in the User Tutorials section.