PDA

View Full Version : MyBB Background Image?



Recursion
01-03-2007, 06:20 PM
Hello

How do i make an image be the background, positioned at the bottom and to repeat horizontally in MyBB?

Thanks
Tom

Homosexual
01-03-2007, 07:54 PM
put this in css/replace the body bit with it:


body
{
background-image: url(YOURFORUM.COM/FILE.GIF);
background-repeat: repeat-x
}

It's at the top and repeats.

Recursion
01-03-2007, 07:56 PM
i need it to be at the bottom :P

Homesrfan
03-03-2007, 06:18 PM
body
{
background-image: url(YOURFORUM.COM/FILE.GIF);
background-repeat: no-repeat;
background-position: bottom center
}

I THINK that will work. That's for bottom center. If you want it for bottom right I think you put bottom right. :P

Want to hide these adverts? Register an account for free!