Edit: I fixed it, I missed out a ; :dead:
I'm working on a new skin for my forum. I want the background to be white, but also to have an image on the left that is tiled vertically.
So I have put this in the CSS file:
The image shows fine, but still repeats in all directions. Anyone know where I've gone wrong?
http://forums.vengeance-rpg.com
Yes I know, it's still extremely WIP, and there are remnants of the existing theme everywhere.
So I have put this in the CSS file:
Code:
/* The main body of the entire forum. */
body
{
background-color: #FFFFFF;
background-image:
url('http://forums.vengeance-rpg.com/Themes/default/images/background.png');
background-repeat: repeat-y
margin: 0px;
padding: 0px 0px 0px 0px;
}
The image shows fine, but still repeats in all directions. Anyone know where I've gone wrong?
http://forums.vengeance-rpg.com
Yes I know, it's still extremely WIP, and there are remnants of the existing theme everywhere.