Changeset 13

Show
Ignore:
Timestamp:
08/20/06 21:09:58
Author:
kai
Message:

Further header fix.

Files:

Legend:

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

    r12 r13  
    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="left" cellpadding="0" cellspacing="0"
     17      <table class="top-menu-holder" width="690px" border="0" align="left" cellpadding="0" cellspacing="0" colspan="6"
    1818        <tr> 
    19           <td align="left" width="80px" height="20px"><a class="top-menu-link" href="/">Home</a></td> 
    20           <td align="left" width="80px" height="20px"><a class="top-menu-link" href="/forums" target="_blank">Forums</a></td>    
     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>          
    2121        </tr> 
    2222      </table>