Changeset 11

Show
Ignore:
Timestamp:
08/20/06 21:07:47
Author:
kai
Message:

Fixed header.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • www/trunk/templates/header.tpl

    r10 r11  
    1515      {* Top menu done as table to get FireFox working. 
    1616      Non breaking spaces added to make the target area for certain links larger.*} 
    17       <table class="top-menu-holder" width="690px" border="0" align="center" cellpadding="0" cellspacing="0"> 
     17      <table class="top-menu-holder" width="690px" border="0" align="left" cellpadding="0" cellspacing="0"> 
    1818        <tr> 
    19           <td align="center" width="80px" height="20px"><a class="top-menu-link" href="/">&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;</a></td> 
    20           {* Not implemented yet. 
    21           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/">Gallery</a></td> 
    22           *} 
    23           <td align="center" width="80px" height="20px"><a class="top-menu-link" href="/forums" target="_blank">&nbsp;&nbsp;&nbsp;Forums</a></td> 
    24            
    25           {* This should be put up once we have some real docs 
    26           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/wiki/" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Docs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td> 
    27           *} 
    28           {* Move blog to site eventually 
    29           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="http://www.kaibackman.com/" target="_blank">Blog</a></td> 
    30           *} 
     19          <td align="center" width="80px" height="20px"><a class="top-menu-link" href="/">Home</a></td> 
     20          <td align="center" width="80px" height="20px"><a class="top-menu-link" href="/forums" target="_blank">Forums</a></td>    
    3121        </tr> 
    3222      </table>