[wBBLite] Top Buttom auschalten?????????

fefe
Hallo
Hab nen neues Style auf meim Board und jetzt steht oben imma radio dabei hab ich kein radio
Hab im Ftp schon top radio.gif gelöscht aber jetzt is der buttom weg un da steht imma noch radio
HILFE
Shizmo
Wo genau steht Radio?
Am besten einen Link mitschreiben bzw. einen Screenshot machen, damit man dir leichter helfen kann. Augenzwinkern
fefe
link http://fefe2.fe.ohost.de/DSP/wbblite
Oben im Buttombase
Shizmo
Okay, häng mal dein Header-Template an.
fefe
sry wie geht das?
fefe
Meinste das <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]">{imagelogo}</a></td></tr>
<tr></tr><td align="center"; height: 30px;" 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="radio.html" target="blank"><img src="{imagefolder}/top_radio.gif" border=0 alt="RadioChat"></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}">
Shizmo
Ja genau, ersetze es durch das:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<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]">{imagelogo}</a></td></tr>
     <tr></tr><td align="center"; height: 30px;" 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}">
fefe
Danke