MyBB Community Forums

Full Version: help background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=21329]

how do i make the background go all the way round my forum ive circled it in red


thanks
in the global.css of your theme add repeat y on the end of your backround url in the body section
[attachment=21331]

just gone in it all i can see is

margin: auto auto;
padding: 20px;
text-align: left;

view picture
do i need to use the drop down menu and click something
either click drop down and find body or goto advanced mode and it should be near the top.
i got this

body {
background: #e2e2d9 url(images/ajdijacomv3/background.png) repeat-y center top;
color: #000;
text-align: center;
line-height: 1.4;
margin: 0px auto;

and its just gone down the middle now
ok just remove the y so it just says repeat center top.
I was going based on that it was all the way across the top.
nice 1 mate done it cheers il give you reputation