MyBB Community Forums

Full Version: Background won't repeat in other pages than index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In search, it just cuts it off.
How do you fix that?
I've added

background: #000000 url(images/elitev2/bg.png);
background-repeat:repeat-x;

But it does not work? Confused
Link to the site so we can see the problem in action.
The theme is secret so it's not available for viewing.
Well then all I can say is try background-repeat: repeat; instead of repeat-x.
Try putting it on one line:
background: #000000 url(images/elitev2/bg.png) repeat-x;
See if that helps.

And that will only repeat left to right use "repeat" instead of "repeat-x" to cover the hole background.
(2010-08-02, 12:33 AM)Damion Wrote: [ -> ]Try putting it on one line:
background: #000000 url(images/elitev2/bg.png) repeat-x;
See if that helps.

Changing it to one line will not fix the problem. All it does is make it use less lines.
(2010-08-02, 12:34 AM)NBKTwitch Wrote: [ -> ]
(2010-08-02, 12:33 AM)Damion Wrote: [ -> ]Try putting it on one line:
background: #000000 url(images/elitev2/bg.png) repeat-x;
See if that helps.

Changing it to one line will not fix the problem. All it does is make it use less lines.

Yeah but its easier to change.
Okay maybe so,but this still does not help the op at all...
kk Where have you placed the code?

body?
#container?
Container.
background-repeat: repeat; did not work.
Pages: 1 2