MyBB.de Forum

Normale Version: Navigation
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo,

ich suche neben meinem Forum eine Navigation. Schaut euch einfach mal das Beispiel an:

#######################
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
########################

Wenn ich nämlich mein Forum öffne: beispiel.de./forum/index.php wird nur das Forum eingeblendet. Stattdessen möchte ich wie im oberen Beispiel mit Hilfe von Templates eine Navi erstellen. Könnt ihr mir die Schritte erklären??
--

Ich habe schon in der SUCHE nachgeschaut, aber nicht gutes gefunden!
Füge am Ende des Templates header folgendes ein:
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td width="200">DEINE NAVI HIER</td>
    <td width="*">
Füge dann am Anfang des Templates Footer noch diesen Teil ein:
Code:
</td>
  </tr>
</table>