prova cos ma non ho ben capit cosa intendi

Codice PHP:
<? 
include ("topfoot.inc.php");
top();
?>


  <table border="0" width="100%">
    <tr>
      <td valign="top" >
      <table border="0" width="100%">
        <tr>
          <td width="100%">
      <? include('sinistra.inc.php');
?></td>
        </tr>
      </table>
    </td>
      <td  width="432" >
        <table border="1" width="100%" bordercolor="#FF921A">
          <tr>
            <td width="100%" height="41">asd</td>
          </tr>
        </table>
      </td>
      <td  width="149" valign="top" >
     <? include('destra.inc.php'); ?>
      </td>
    </tr>
  </table>


<? foot(); ?>