My background Image code:
{
background: #000 url(../images/theme/background.gif) repeat-y;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 55px 0 0 0;
}
It only repeats itself on the Left side of the forum: http://alphahub.net
How an I make it repeat itself all over the background?
http://lmgtfy.com/?q=css+image+background+repeat
Quote from: Sir Cumber-Patcher on January 11, 2014, 03:08:07 PM
http://lmgtfy.com/?q=css+image+background+repeat (http://lmgtfy.com/?q=css+image+background+repeat)
That doesn't really help at all...
It does if you actually read one of those links ;). Use repeat instead of repeat-y. The good Sir was trying to educate you to understand why rather than just telling you the easy answer as I have done.
Yup. I find it much better to help people help themselves rather than always being a crutch for people.
Fixed it, thanks.