23/11/2004, 17:51
|
| | Fecha de Ingreso: abril-2004
Mensajes: 634
Antigüedad: 20 años, 9 meses Puntos: 2 | |
no me sale, en todo caso probe este otro codigo y tampoco puedo lograr que todo se cuadre bien.
<html>
<head><title>Prueba de sitio</title></head>
<body>
<? include('includes/header.php'); ?>
<table>
<tr>
<td width="120"><? include('includes/menu.php'); ?></td>
<td>Contenido sitio</td>
</tr>
<? include('includes/footer.php'); ?>
</table>
</body>
</html>
el bendito menu debe aparecer a la derecha y baho el header, aparece a al izquierda y fuera de todo |