Le-Seaw Posted April 24, 2012 Report Share Posted April 24, 2012 Hallo, suche eben die Datei in der .css {body} drin steht. Standardtemplate. Danke an den der es weiss. Link to comment Share on other sites More sharing options...
df:bug Posted April 24, 2012 Report Share Posted April 24, 2012 Hallo, die ist in der Datei "/xtCore/styles.php" zu finden. <link rel="stylesheet" type="text/css" href="<?php echo _SYSTEM_BASE_URL._SRV_WEB._SRV_WEB_TEMPLATES._STORE_TEMPLATE.'/css/stylesheet.css'; ?>" />[/CODE] Viele Grüße, Stefan Link to comment Share on other sites More sharing options...
Le-Seaw Posted April 25, 2012 Author Report Share Posted April 25, 2012 Danke Habe jetzt das eingebaut: html {padding: 10px;background-image:url(../img/bg1.gif); background-repeat: no-repeat; background-position:top left; background-color: #FFFFFF; } body {font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; font-size:13px; margin:0; padding:0; background-image:url(../img/bg.gif); background-repeat: no-repeat; background-position:top right;} um zwei verschiedene Bilder zu haben im Hintergrund. Klappt so weit auch gut, nur ist es so das linke Bild umrahmt die Tabelle (gewollt) das rechte aber nicht. Wo ist der Fehler Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.