na dann wollen wir mal ...
suche in der overall_header.tpl
Code: Alles auswählen
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
Code: Alles auswählen
.headerbg {
background-image: url(templates/Blue/images/header_marl.jpg);
background-repeat: no-repeat;
}
Code: Alles auswählen
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
ersetze mit:
Code: Alles auswählen
.bodyline { background-color: transparent; border: 1px {T_TH_COLOR1} solid; }
Code: Alles auswählen
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
Code: Alles auswählen
<a name="top"></a>
<table class="headerbg" width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
Markus