... my right side is not working ...

Hers the generic headers code that i have (this one works great:

<?php
require "/f01.php";
?>
<table width="100%" border="0"
<tr>
<td width="20%" align="center" valign="top">
<?php
require "/f02.php";
?>
</td>
<td align="center" valign="top">
<!--The forum ends up going here-->

And her's my generic foothers code ...

</td>
<td width="10%" align="center" valign="top">
<?php
include("/f03.php");
?>
</td>
</tr>
</table>