bitmap specific for each forum
Geplaatst: 19 jan 2005, 13:33
Ik wil in viewtopic en viewforum andere cellplaatjes als in de index pagina.
In mijn css staat dit:
In mijn css staat dit:
Volgens mij is: 'bitmap specific for each forum' een plaatje voor elk gedeelte, maar hoe maak ik nou een 'bitmap specific for each forum'?/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000;
background-image: url(images/bg_forumbalkje1.gif);
background-repeat: repeat-y;
}