im stylesheet (unter "Layout") den folgenden absatz
body {
background-color: [Macro not allowed in sandbox: site.bgcolor] ;
margin-top: 0px;
margin-bottom: 0px;
}
durch diesen ersetzen:
body {
background-color: [Macro not allowed in sandbox: site.bgcolor] ;
background-image: url();
margin-top: 0px;
margin-bottom: 0px;
}
das Hintergrundbild muss dazu als Bild hochgeladen werden und der Name des Bildes in das obige Makro eingesetzt werden.
dazu einfach
body {
background-color: [Macro not allowed in sandbox: site.bgcolor] ;
margin-top: 0px;
margin-bottom: 0px;
}
durch diesen ersetzen:
body {
background-color: [Macro not allowed in sandbox: site.bgcolor] ;
background-image: url();
margin-top: 0px;
margin-bottom: 0px;
}
das Hintergrundbild muss dazu als Bild hochgeladen werden und der Name des Bildes in das obige Makro eingesetzt werden.
Danke