Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

CSS Background repeating

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:

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.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top