MyBB Community Forums

Full Version: background image not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-09-26, 12:00 AM)Kirk Fitzgerald Wrote: [ -> ]Can you provide a link to the site where this is not working please.

Yes Kirk; this is the link to my (temporary test)-forum:

http://www.wageral.nl/backup/
Okay, open the the global.css file for full edit.

Find:
#content
Find and Replace:
background:#FFFFFF;
With:
background:  #EFEFEF url(images/bg.gif);
background-repeat: repeat;

Hope this helps.
(2014-09-26, 08:51 AM)Kirk Fitzgerald Wrote: [ -> ]Okay, open the the global.css file for full edit.

Find:


#content
Find and Replace:


background:#FFFFFF;
With:


background:  #EFEFEF url(images/bg.gif);
background-repeat: repeat;

Hope this helps.
No, unfortunally nothing happens.......
Any more ideas?

Edit: Now I see the background-image, but only on the right side. On the left side theres no background as you can see....
Set the #container, margin to auto:
#container {
width: 95%;
color: #333;
text-align: left;
line-height: 1.4;
margin: auto auto;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
min-width: 990px;
}
Thats it Fonta! Thanks a lot for helping!



Just one more question:
How do I get the forum a little taller <---->, I mean that de white spaces on the left and the right are smaller (like this MyBB-forum for example?

EDIT: I found it out allready:
wrapper: 85 -> 98
Is this the same process I would use if I want the background to be a pattern image like the one on this forum?
Pages: 1 2