1 (edited by vb 2006-04-26 04:24)

Topic: Skinning PunBB

Hello I have decided to use PunBB for my website, which is called GANTdesigns.com.

However, I don't know how to skin PunBB, I know about PunBB Skin generator and it's great. But I wonder how do you intergrate bg images such as scan lines to the thick borders across the punBB board.

For example...

http://img260.imageshack.us/img260/3446/ss1copy7yz.png

Thanks!

2 (edited by Dr.Jeckyl 2006-04-26 08:18)

Re: Skinning PunBB

look for something like this in your  style_cs.css and edit accordingly:

.pun H2, #brdmenu {BACKGROUND-COLOR: #000000; COLOR: #ffffff; background-image: url(../../url/to/image.gif) }
~James
FluxBB - Less is more

3 (edited by vb 2006-04-28 00:09)

Re: Skinning PunBB

Thanks. But can you you tell me more in how to edit the style.css for the following questions in the image posted? Not only that, but how can you make the board fixed such as the image posted?

Thanks.

Re: Skinning PunBB

Hi,

I suggest going to www.punres.org and looking at some of their styles available for free download. If you find a style that uses background images, or has a fixed width download the style. By looking through their css you should see how things are done smile I taught myself this way