ich würde sehr gerne noch wissen, wo ich die Farbe gegen eine Grafik austauschen kann?
Kann ich eventuell statt dem Hex im Admin ein Pic angeben?

Code: Alles auswählen
td.row2 { background-color: {T_TR_COLOR2}; }
Code: Alles auswählen
td.row2 { background-image: url(images/dein_bild.jpg); }
Code: Alles auswählen
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
Code: Alles auswählen
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FF0000; border: 1px {T_TH_COLOR1} solid; }
Code: Alles auswählen
/* This is the border line & background colour round the entire page */
.bodyline { background-image: url(images/dein_bild.jpg); border: 1px {T_TH_COLOR1} solid; }