Changeset 13
- Timestamp:
- 08/20/06 21:09:58
- Files:
-
- www/trunk/templates/header.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
www/trunk/templates/header.tpl
r12 r13 15 15 {* Top menu done as table to get FireFox working. 16 16 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"> 18 18 <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> 21 21 </tr> 22 22 </table>
