MyBB Community Forums

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

I am wondering how would I place an image as the background for my website?
you can do that by css like
.body {
background: url("http://website.tld/image.png");
}