TT-Tuning Posted December 18, 2004 Report Share Posted December 18, 2004 Hallo Leute habe da mal ne Frage hab schon gesucht aber leider nix dr?ber gefunden. Wie kann ich bei meinem Template e107v04_x den Hintergrund ?ndern. er ist zur Zeit einfach nur blau w?rde gerne wissen wie und wo ich was eintragen mu? um ein Hintergrundbild zu haben statt dieses langweilige Blau. Danke schon mal im vorraus f?r eure bem?hungen. Gru? Timo Link to comment Share on other sites More sharing options...
dreamer Posted December 18, 2004 Report Share Posted December 18, 2004 Hallo TT-Tuning, kannst Du in der stylesheet.css in Deinem Template ?ndern. Z.B. so: BODY {background-image:url('http://www.DeineDomain.de/imgback.jpg'); Tsch? sagt der Dreamer Link to comment Share on other sites More sharing options...
TT-Tuning Posted December 20, 2004 Author Report Share Posted December 20, 2004 Hallo, danke erst mal f?r die schnelle Antwort aber wie denn genau? Hier mal nen ausschnitt aus meiner css: .boxText_old { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #DAE7F3; border: 1px solid #DAE7F3; text-indent: 0pt; color: Black; } .boxText_print { font-family: Verdana, Arial, sans-serif; font-size: 10px; text-indent: 0pt; color: #000000; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: Red; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; font-weight: bold; } .productsNotifications { background: #87CEEB; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; font-style: italic; } BODY { background: #ffffff; color: #000000; margin: 0px; } A { color: #000000; text-decoration: none; } A:hover { color: #00008B; text-decoration: underline; } FORM { display: inline; } TR.header { background: #ffffff; } TR.headerNavigation { background: #F6F6F6; } TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #F6F6F6; color: #DAA520; font-weight : normal; border-bottom: 1px solid; border-color: #b6b7cb; } A.headerNavigation { color: #000000; } A.headerNavigation:hover { color: #00008B; } TR.headerError { background: #ff0000; } TD.headerError { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #ff0000; color: #ffffff; font-weight : bold; text-align : center; } TR.headerInfo { background: #00ff00; } TD.headerInfo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background: #00ff00; color: #ffffff; font-weight: bold; text-align: center; } TR.footer { background: #bbc3d3; } Wo denn da genau hin ? Gru? Timo Link to comment Share on other sites More sharing options...
pages24 Posted December 20, 2004 Report Share Posted December 20, 2004 .boxText_old { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #DAE7F3; border: 1px solid #DAE7F3; text-indent: 0pt; color: Black; } .boxText_print { font-family: Verdana, Arial, sans-serif; font-size: 10px; text-indent: 0pt; color: #000000; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: Red; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; font-weight: bold; } .productsNotifications { background: #87CEEB; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; font-style: italic; } BODY {background-image:url('http://www.DeineDomain.de/imgback.jpg'); gru? pages24.de . Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.