Buttons unter /über dem Header anordnen`?!?!

RiDDicK2003
Hallo Leude!

Ich beschreib euch kurz mein Problem.

Problembeschreibung:
ICh möchte meine Buttons über und unter dem header anpassen. Das heißt z.b. 6 oben und 6 Unten. wie ist das möglich? Ich bekomme es einfach nicht geschafft. Ich würde mich sehr freuen wenn mir das jemand kurz erklären kann und vllt meine header.tpl unten so ändern kann das es so bleibt. ICh mochte das die Buttons in der reihenfolge sind wie sie im Portal angezeigt werden auch im Index genau gleich angezeigt werden! Wisst ihr wie ich das meine?

Danke euch

Fehlermeldung:


Link zum Forum oder Screenshot:

http://www.opelsociety-boeblingen.de/wbb2


Was wurde zuletzt geändert oder eingebaut?
Nur die Buttons eingefügt

Hier habt ihr mal meine Header.tpl

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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
      <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
     <a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
<a href="map.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usermap.gif" border="0" alt="{$lang->item['LANG_GLOBAL_USER_MAP']}" title="Zur User-Map" /></a>
<a href="jgs_treffen.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_treffen.gif" border="0" alt="Treffen" title="Treffen" /></a>
<a href="jgs_galerie.php?sid={$session['hash']}"><img src="{$style['imagefolder']}/top_galerie.gif" border="0" alt="Galerie" title="Galerie" /></a>
<a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="" /></a>
<a href="jgs_portal_statistik.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_statistik.gif" border="0" alt="" /></a>
<a href="jgs_portal_links.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_linkliste.gif" border="0" alt="" /></a></span></td>

 </tr>
 <table colspan="10" align="center"><span class="smallfont">
<if($stylescount!=1)><then><br><select onchange="window.location=('index.php?action=style&amp;styleid='+this.options[this.selectedIndex].value)+'{$SID_ARG_2ND}'" name="styleid">
  <option value="0" selected="selected">{$lang->items['LANG_PERS_STYLEWAHL']}</option>
  <option value="0">--------------------</option>
  $stylesname
  </select><br /></then></if>  
   </table><br />
Donkman
eigentlich brauchste nur ne zusätzliche tabellenzeile über den header setzen.

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:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then>
     <else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
      <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if></span></td>
 </tr>
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
<a href="map.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usermap.gif" border="0" alt="{$lang->item['LANG_GLOBAL_USER_MAP']}" title="Zur User-Map" /></a>
<a href="jgs_treffen.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_treffen.gif" border="0" alt="Treffen" title="Treffen" /></a>
<a href="jgs_galerie.php?sid={$session['hash']}"><img src="{$style['imagefolder']}/top_galerie.gif" border="0" alt="Galerie" title="Galerie" /></a>
<a href="jgs_portal.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_portal.gif" border="0" alt="" /></a>
<a href="jgs_portal_statistik.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_statistik.gif" border="0" alt="" /></a>
<a href="jgs_portal_links.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_linkliste.gif" border="0" alt="" /></a></span></td>

 </tr>
 <table colspan="10" align="center"><span class="smallfont">
<if($stylescount!=1)><then><br><select onchange="window.location=('index.php?action=style&amp;styleid='+this.options[this.selectedIndex].value)+'{$SID_ARG_2ND}'" name="styleid">
  <option value="0" selected="selected">{$lang->items['LANG_PERS_STYLEWAHL']}</option>
  <option value="0">--------------------</option>
  $stylesname
  </select><br /></then></if>  
</table><br />


so wie hier hättste quasi nen teil der buttons überm logo

versuchs einfach mal.

aber das originaltemplate vorher sichern cool
sollte zwar nix schief gehn, aber ich schreib das in solchen fällen immer dabei großes Grinsen
RiDDicK2003
Cool smile

klappt auch noch *fg*

Danke dir :-)

grüssle
Donkman
warum sollte das auch nicht klappen? cool

ist einfach ein teil der buttons zwei zeilen höher gesetzt großes Grinsen