Hello,
I see what you are saying, but everything is centered correctly and there are no unneeded spaces or anything.
The word "FAQ" is very short compared to the other words on the navbar, so even though everything is centered in the data rows, it gives the illusions that it isn't.
He could replace everything between:
<!-- nav buttons bar -->
<!-- / nav buttons bar -->
with this:
Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td>
<td class="vbmenu_control"> <a href="faq.php" accesskey="5">FAQ</a> </td>
<td class="vbmenu_control"><a href="http://tomosmopeds.org/photos/index.php">Photo Gallery</a></td>
<td class="vbmenu_control"><a href="memberlist.php">Members List</a></td>
<td class="vbmenu_control"><a href="calendar.php">Calendar</a></td>
<td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Today's Posts</a></td>
<td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
I added some spaces before and after the "FAQ" that should help make it appear more centered in comparison to the other links.