Visita
www.desarrolloweb.com en cuanto al codigo pon:
Código PHP:
<html>
<body>
<table width="100%" border="1">
<tr>
<td colspan="2"><? include ('superior.htm');? ></td>
</tr>
<tr>
<td width="20%"><? include ('menu0.php');?></td>
<td width="60%">
<?
switch ($Seccion) {
case 'Enlaces':
include('enlaces.php');
break;
case 'Banners':
include('Banners/index.php');
break;
case 'Contactame':
include('contacto.php');
break;
default:
include('principal.php');
break;
};
?>
<td width="20%"><? include('autentificar.php');?></td>
</tr>
</table>
</body>
</html>
Vamos mas o menos el codigo seria un tal que asi, aunque creo que falta algo, tu de todos modos mira el enlace en la seccion de PHP.
Saludos.