|
|||
|
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 |
|
||||
|
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 |
|
|||
|
Hallo,
danke erst mal f?r die schnelle Antwort aber wie denn genau? Hier mal nen ausschnitt aus meiner css: Code:
.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;
}
Gru? Timo |
|
|||
|
.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 .
__________________
. Gruss Andreas ----------------------------------------------------------------------------------------------- Projekt : Templatescout.de | eCommerce Marketplace Net |
![]() |
| Lesezeichen |
| Stichworte |
| bild, hintergund |
| Themen-Optionen | |
| Ansicht | |
|
|