Wie soll sich auch etwas ändern, wenn duketex hat geschrieben:So sieht das jetzt bei mir aus:es ändert sich aber leider nichts.Code: Alles auswählen
.logo { background-image:url(http://www.ketex.de/ebay/kollage1.jpg); height: 104px; background-image: url("{T_THEME_PATH}/images/logo.gif"); margin-bottom: 0px; background-repeat: repeat-x; text-decoration: none; }
Kann mir jemand helfen?
1. zwei mal ein Hintergrundbild definierst, und dann
2. die Definition noch falsch angibst

probiere mal:
Code: Alles auswählen
.logo {
height: 104px;
background-image: url("http://www.ketex.de/ebay/kollage1.jpg");
margin-bottom: 0px;
background-repeat: repeat-x;
text-decoration: none;
}
Tipp: Wenn du etwas neu machst, dann orientiere dich an bestehenden Vorlagen, kopiere deren Inhalte und modifiziere diese an.