Topic: Background Color

Hello PunBBers,

Quick question. I love the default them but I would like to use an background image to get rid of some of the white
with regular html code i know its simply bgimage = /images/whatever.png or jpeg
how can I do this to the forums. I am using  version 1.4. Take for instance these forums. I wish to get rid of the white area
to the immidiate left of the scroll bar on both sides. I have done it once with an older version of PunBB but I cant do it with this one any help please thanks.

Re: Background Color

It depends on your selected "theme". The default theme is called Oxygen and all its files are located under directory /style/Oxygen. The easiest way to change the background is by adding this line at the end of Oxygen.min.css:

body {background-image:url("my_image.png");}

Of course you must also upload the file my_image.png into style/Oxygen folder. You can read more backgrounds and css on w3schools. Take a look at these examples: one, two, three.

Good luck smile

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: Background Color

this is what I was looking for thank you so much you guys are awsome. Love PunBB
Keep up the good work.