Right.. I understand now..
What you could do is adad a table and have two columns one for the navbar and the otehr for the table..
So the code for index.php would change to...
Code:
<html>
<head>
<title>God's Chair</title>
</head>
<body bgcolor="#ffffff" style="margin:0px;">
<!-- TOP NAV -->
<?php require("header.php");?>
<table width="100%" border="0">
<tr>
<td>
<? require("leftbar.php"); ?>
</td>
<td>
<table width="85%" border="1">
<tr>
<th width="164"><font size="-1">Counter Strike Name </font>
<th width="73"><font size="-1">Real Name </font>
<th width="244"><font size="-1">Position </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Soloist </font>
<th><font size="-1">Matt </font>
<th><font size="-1">Main Admin, Server Owner, Web Page Creator </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Choir Director </font>
<th><font size="-1">Derek </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Tenore </font>
<th><font size="-1">Chris </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Castrato </font>
<th><font size="-1">Jake </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Kazoo </font>
<th><font size="-1">Pat </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Slide Whistle </font>
<th><font size="-1">Cameron </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Bass </font>
<th><font size="-1">Joe </font>
<th><font size="-1">Admin </font></tr>
<tr>
<th><font size="-1">{[*G.C*]} Slash </font>
<th><font size="-1">Javier </font>
<th><font size="-1">Admin </font></table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body> </html>
But ofcourse you need to change the widths of the other table and stuff also so it will all fit on..
--James 
|