t_k001
Problembeschreibung:
Buttons sind rechts neben dem Header, statt darunter
Link zum Forum oder Screenshot:
http://666kb.com/i/apk6mlug2ayjtfqmw.jpg
In der Header.tpl Datei (was ist .tpl ??) steht folgendes:
<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="left" style="height:131px; background-image: url({imagefolder}/back.gif); width:100%;"><a href="index.php?sid=$session[hash]">{imagelogo}</a></td>
</tr>
<tr>
<td align="right" style="height:16px; background-image: url({imagefolder}/top_bg.gif); width:100%;"><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ä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}">
sagt mir ja eigentlich, dass das Logo eine tablerow über den Buttons sein müsste .. soweit reicht mein Schul-HTML ^^
kann mir jmd sagen wo der Fehler liegt ?
Danke
Buttons sind rechts neben dem Header, statt darunter
Link zum Forum oder Screenshot:
http://666kb.com/i/apk6mlug2ayjtfqmw.jpg
In der Header.tpl Datei (was ist .tpl ??) steht folgendes:
<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="left" style="height:131px; background-image: url({imagefolder}/back.gif); width:100%;"><a href="index.php?sid=$session[hash]">{imagelogo}</a></td>
</tr>
<tr>
<td align="right" style="height:16px; background-image: url({imagefolder}/top_bg.gif); width:100%;"><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ä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}">
sagt mir ja eigentlich, dass das Logo eine tablerow über den Buttons sein müsste .. soweit reicht mein Schul-HTML ^^
kann mir jmd sagen wo der Fehler liegt ?
Danke