Topic: background image

Hello,

I'm new in this forum, i've just installer punBB forum in my website :
http://assolsk.free.fr/forum/index.php
and i have a question :
Is it possible instead of a backgound color to put a backgound image, the same as my website. I've try to edit the .css file and replace the first line :
BODY { background-color : #XXXXX }
to
BODY {background-image : url(path of my image) }

but that doesn't work, the background is white as if punbb dont like it....
how i can do it?
Thanks for help.
Kentin

2

Re: background image

Doing what you have done should work perfectly, it does for me. In fact, there is no need to get rid of the background-color property, you can just add background-image after it. The most likely thing that could be wrong is that the url to the image is not correct. Incidentally, I just looked at your site and there is no sign of an image url in the css file for your forum. There is also no sign of a background-image on your main website.

3

Re: background image

big_smile Could be a problem

Re: background image

Yeap, now it is working, it was only syntax problem.....thanks for your help.
Bye.