Sorry if this thread is in wrong section.
![[Image: JaWE1Q.png]](https://camo.mybb.com/a98b1e8ea10027a8bcf1f270a77112d0eeb0417b/687474703a2f2f692e68697a6c69726573696d2e636f6d2f4a61574531512e706e67)
A simple way using css technique, you can do this by using fid_id, and set a background for every id.
For every forum you will have to assign background color or image.
Regards
WallBB
Like that?
.fid_2 {
background: #0f0f0f url(images/cat.png) repeat-x;
}
Edit: it's not working. I tried it with .fid_2 also with #fid_2