Eigenes Bild für jede Kategorie
Verfasst: 22.03.2006 10:08
Guten Morgen ^.-
In meiner css Datei steht folgendes Sätzchen:
Ich hätte tatsächlich gerne ein eigenes Bild für jede Kategorie... aber in welcher Form muss ich das einfügen?
LG
Saki
In meiner css Datei steht folgendes Sätzchen:
Code: Alles auswählen
/*
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: #FFFFFF;
background-image: url(images/red/cellpic2.jpg);
background-repeat: repeat-y;
}
LG
Saki