Der Bild Pfad in der Anleitung ist falsch. zumindest bei mir.
Wenn ich das Bild ohne css einbaue mus es in nicht nach ../templates/subsilve/images sonden nach .../images
oder man ändert diesen Code in der overall_header.tpl
Code: Alles auswählen
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; background-image: url(images/dein_bg.gif); border: 1px {T_TH_COLOR1} solid; }
Code: Alles auswählen
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; background-image: url(templates/subSilver/images/dein_bg.gif); border: 1px {T_TH_COLOR1} solid; }
Mit meiner umgebauten geht es noch nicht