MyBB Community Forums

Full Version: add background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tounguecan you tell me how to put a picture as background to mybb forum?
thanksToungue
Use CSS codes,
background-image: url(background.jpg);
http://www.w3schools.com/css/css_background.asp
where do i add this code?thanks
It depends where will you want the picture as BACKGROUND.

The outer PageContainer? or inside the PageContainer? or inside the ALT 1/2 tables?
can you tell me how to add in three cases,i will test and choose which one is good for me,thanks again
maybe i want to add to replace the white background
To replace the white background, see screen shot!

[attachment=3992]
Or you could just add it to the Background text input right besides it :p
That is url(background.jpg) :p
thanks everyone for helping me!