Code:
<!-- outer table -->
<table width="98%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15" style="background-image:url($stylevar[imgdir_misc]/left.gif)"><img src="$stylevar[imgdir_misc]/left.gif" width="15" border="0" alt="" /></td>
<td width="100%">
<!-- / outer table -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="sand_header_bg">
<tr>
<td align="$stylevar[left]" valign="top" height="126"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td style="padding-bottom:20px;" width="400">$zointsquote</td>
</tr>
</table>
<!-- nav buttons bar -->
<div align="center">
<table class="navlinks" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="/">Home</a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Official Publication </a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Writing </a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Ezine </a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Contests</a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Interviews</a></td>
<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Bookstore</a></td>
<td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">MENU TITLE</a><script type="text/javascript"> vbmenu_register("mypopupmenu"); </script> </td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<!-- content table -->
<!-- mypopupmenu -->
<div class="vbmenu_popup" id="mypopupmenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">MENU TITLE</td></tr>
<tr><td class="vbmenu_option"><a href="URL">LINKED TEXT</a></td></tr>
</table>
</div>
<!-- / mypopupmenu -->
$spacer_open
$_phpinclude_output
That's my header template.
and here is the navlinks code (the class the top navigation is in)
Code:
.navlinks a:link, .navlinks a:visited{
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
display: block;
color: #000000;
padding: 10px;
font-weight: bold;
}
.navlinks a:hover{
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
color: #FFFFFF;
background: #d6ccbb;
text-decoration: none;
font-weight: bold;
}
.navlinks a:active{
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size: 12px;
background: #d6ccbb;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}