Hello all,
Thanks again for all your suggestions. They are very much appreciated.
I was playing around by inserting a few break tags and found that only 1 break tag was not enough space in between the include files; wierd.
I inserted a few break tags and then the other include navigation file appeared.
To save the hassle of using breaks and for a final solution, I inserted another table inside that 'table data' so I can throw an include in each 'table row' as show below:
BTW, another good technique that was discussed was to place a break at the bottom page of code for the first include. I bet that works too.
THANK YOU EVERYONE!
<td valign="top" align="left" bgcolor="#003366">
<!-- NAVIGATION TABLE -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<? INCLUDE "/var/non-live/html/nav_undergrad.php"; ?>
</td>
</tr>
<tr>
<td><? INCLUDE "/var/non-live/html/nav_inside.php"; ?>
</td>
</tr>
</table>
</td>