Topic: modifying my styles
Okay, I have used tons of different forum software, I recently found XennoBB....I went on vacation and came back to see people accusing them there. I decided I didn't want to deal with the crap that would come from that place so I came here! To what XennoBB really is! PunBB.
I made the conversion yesterday and today I am converting the skin. I've run into one small problem.
I am trying to use a background image but with no luck it won't repeat it all across the screen.
Here is what i'm using.
BODY {
BACKGROUND-COLOR: #6b6356;
BACKGROUND: url(../../img/pbtb/bg.gif);
background-repeat: repeat;
background-position: left top;
}
It doesn't repeate the image....idk why and can't seem to fix it.
Thanks for the help.