Danke erstmal für deine Antwort. Folgendes steht in der template_css.css
Code:
#content_outer {
width : 100%;
color : #fafafa;
padding : 0;
background-repeat : repeat-x;
background-color : #181818;
background-image : url(../images/content_outer.gif);
margin : 0;
}
und
Code:
#header {
height : 140px;
float : left;
width : 100%;
padding : 0;
margin : 0;
background-color : #333333;
background-image : url(../images/header.gif);
background-repeat : repeat-x;
background-position : center 0;
}
Müsste ich jetzt hier die Zeile background-repeat : repeat-x; in background-repeat : no-repeat; ändern?
/Edit: Habs jetzt versucht und es ist genau wie ich es wollte, super, danke dir.
Lesezeichen