[Wbblite] Wbblite | Kopfbereich des Forums - andere Farbe

.Heaven
Hallo (:

Seit kurzem baue ich ein neues Forum auf, und bis jetzt hat auch alles geklappt -bis jetzt. Beim bearbeiten des Styles wird im Kopfbereich die vorherige Farbe angezeigt und auch sind drei Linien zu sehen, welche da nicht sein sollen. Was muss ich tun, um diese wieder weg zu bekommen?

Forum
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
[B]CSS Code[/B]
BODY { SCROLLBAR-BASE-COLOR: #bddde7; SCROLLBAR-ARROW-COLOR: #a2cfde; }
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #000000; TEXT-DECORATION: underline; }

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor {  cursor: hand}

Wüsste jemand was falsch ist? An /images ... wurde nichts geändert.

LG;
Shari.
Stelo
ich glaube in der header.tlp ist da so eine 1px große Grafik als Tabellen-HG angegeben, das einfach löschen, dann müsste es klappen! ^^
.Heaven
Ä, wo?

Zitat:
<table width="{tableoutwidth}" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
<tr>
<td bgcolor="{mainbgcolor}" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td {imageback} align="center"><a href="index.php?sid=$session[hash]"><center>{imagelogo}</center></a><br><br


></td></tr>
<tr>
<td align="center" class="topnavi" valign="bottom" nowrap><smallfont>$usercp_or_register <a href="memberslist.php?sid=$session[hash]"><img src="{imagefolder}/top_members.gif" border=0 alt="Mitgliederliste"></a> <a href="team.php?sid=$session[hash]"><img src="{imagefolder}/top_team.gif" border=0 alt="Administratoren und Moderatoren"></a> <a href="search.php?sid=$session[hash]"><img src="{imagefolder}/top_search.gif" border=0 alt="Suche"></a> <a href="misc.php?action=faq&sid=$session[hash]"><img src="{imagefolder}/top_faq.gif" border=0 alt="H&auml;ufig gestellte Fragen"></a> $header_acp <a href="index.php?sid=$session[hash]"><img src="{imagefolder}/top_start.gif" border=0 alt="Zur Startseite"></a></font>
</td>
</tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
bolop
oder ändern
Sonnenpferd
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
<table width="{tableoutwidth}" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
<tr>
<td bgcolor="{mainbgcolor}" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="index.php?sid=$session[hash]"><center>{imagelogo}</center></a><br><br


></td></tr>
<tr>
<td align="center" class="topnavi" valign="bottom" nowrap><smallfont>$usercp_or_register <a href="memberslist.php?sid=$session[hash]"><img src="{imagefolder}/top_members.gif" border=0 alt="Mitgliederliste"></a> <a href="team.php?sid=$session[hash]"><img src="{imagefolder}/top_team.gif" border=0 alt="Administratoren und Moderatoren"></a> <a href="search.php?sid=$session[hash]"><img src="{imagefolder}/top_search.gif" border=0 alt="Suche"></a> <a href="misc.php?action=faq&sid=$session[hash]"><img src="{imagefolder}/top_faq.gif" border=0 alt="H&auml;ufig gestellte Fragen"></a> $header_acp <a href="index.php?sid=$session[hash]"><img src="{imagefolder}/top_start.gif" border=0 alt="Zur Startseite"></a></font>
</td>
</tr>
</table><br>
<table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">


Probier's mal damit.
Medic Droid
Zitat:
Original von May-Britt
ACP => Designpack bearbeiten => "Hintergrundbild für Kopfbereich des Forums:" rauslöschen


Ich hatte selber das Problem und so ist es am einfachsten für WbbLite
.Heaven
Danke schön <3 Mays Möglichkeit hat geklappt #flausch#
Vielen Dank (: