MyBB Community Forums

Full Version: Background issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm not amazing with CSS, and since I've been working on editing this theme, I've encountered a few issues.

Basically, the content (with the white background) is made up from an image, and the image is repeating in such a way that it looks terrible. How would I make this a constant repeat, so it doesn't look like that?

http://www.astoundinghost.com/about.php

[Image: NUrsR.png]

Thanks.
You probably want the image to only repeat in the x-axis, a solid white background everywhere else, and want it stuck to the bottom of the container. The CSS to do this is simple:
    background: #FFF url('path/to/image.ext') bottom repeat-x;