Now I understand. The links on MY forum... Well, there are a few things I changed to accommodate the links, like reduce the logo image, else the header doesn't align / look right. Below is my actual header template, should you want to use it. You'll need to make / reduce your logo down to 155px by 21px.
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="background-image:url('$stylevar[imgdir_misc]/leftborder.gif'); background-repeat:repeat-y;" height="100%"><img src="$stylevar[imgdir_misc]/leftborder.gif" border="0" alt="" /></td>
<td valign="top" width="$stylvar[outertablewidth]" class="page">
<br />
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left" width="155"><img src="$stylevar[imgdir_misc]/logo.gif" border="0" alt="" /></td>
<td align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="$stylevar[imgdir_misc]/menuleft.gif" border="0" alt="" /></td>
<td style="background-color:#DDDDDD;" valign="middle" class="navigation">
<a href="index.php">Home</a>
<a href="http://www.monksdiner.com/index.php?page=rules">Forum Rules</a>
<a href="http://www.monksdiner.com/index.php?page=advertise">Advertise</a>
<a href="http://www.monksdiner.com/arcade.html">Arcade</a>
<a href="http://www.monksdiner.com/vbookie.php">vBookie</a>
<a href="http://www.monksdiner.com/vaispy.php">Spy</a>
<td id="vbimghost" style="background-color:#DDDDDD;" valign="middle" class="navigation"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<script type="text/javascript"> vbmenu_register("vbimghost");</script>
</td>
<td><img src="$stylevar[imgdir_misc]/menuright.gif" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
You will also need to put these two images into your Misc drectory of this style.