[Wbblite] wie Buttons im linken Menü loswerden?

~*FruitCocktail*~
Hallo liebe Foris,
Ich habe ein Problem mit meinem WbbLite 1.0.2
Ich habe den Header so verändert, dass die Navigation auf der linken Seite ist.
Aber wie kriege ich es hin, dass für "Profil" da nicht ein button sondern ein Normaler link ist?
Oder eben wenn man nicht angemeldet ist für "Registrieren"

Und kann ich den Login da auch reinmachen? Ich weiß nicht, wie das geht...
Hier ist mal der code von meinem Header, ein screen ist im Anhang...


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:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
<table width="75%" cellpadding=0 cellspacing=1 align="center" border=0 bgcolor="{tableoutbordercolor}">
 <tr>

  <td bgcolor="{mainbgcolor}" align="center">

<table width="100%">
<tr align="center">
<td width="23%" valign="top">
<table cellpadding=4 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="90%" align="center">
<tr  bgcolor="{tabletitlecolor}" id="tabletitle" align="center">
   <td><normalfont color="{fontcolorthird}"><b>Uberschrift1</b></font>
</td>
</tr>
<tr bgcolor="{tablecolora}" id="tablea">
   <td> text
</td>
</tr>
<tr  bgcolor="{tabletitlecolor}" id="tabletitle" align="center">
   <td><normalfont color="{fontcolorthird}"><b>Uberschrift2</b></font>
        </td>
       </tr>
       <tr id="tableb" bgcolor="{tablecolorb}">
        <td>
         <table>
          <tr>
           <td>
            <smallfont><b>»&nbsp;<a href="index.php?sid=$session[hash]">Forenübersicht</a></b></font><br>
          </td>
         </tr>
         <tr>
          <td>
          </td>
         </tr>
         <tr>
          <td>
           $usercp_or_register
          </td>
         </tr>
         <tr>
          <td>
          </td>
         </tr>
         <tr>
          <td>
           <smallfont><b>»&nbsp;</b><a href="memberslist.php?sid=$session[hash]">Mitglieder</a></font><br>
           <smallfont><b>»&nbsp;</b><a href="team.php?sid=$session[hash]">Team</a></font>
          </td>
         </tr>
          <tr>
           <td>

           </td>
          </tr>
         <tr>
          <td>
           <smallfont><b>»&nbsp;<a href="search.php?sid=$session[hash]">Suche</b></a></font><br>
           <smallfont><b>»&nbsp;<a href="misc.php?action=faq">FAQ</b></a></font><br>
          </td>
         </tr>
           $header_acp
        </table>
       </td>
      </tr>

      $header_login
$header_style
       <tr>

</table>




</td>



<td width="83%" valign="top">



   <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
     <td align="center"><a href="index.php?sid=$session[hash]">{imagelogo} </a>

     
    </tr>
   </table><br>

   <table cellpadding=4 cellspacing=1 border=0 width="{tableinwidth}" bgcolor="{tableinbordercolor}">
~*FruitCocktail*~
Ahhh danke smile hat geklappt.
Weißt du auch, wie man da nen login da reinbaun kann...?
lg