Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2012, 09:20
cnunez
 
Fecha de Ingreso: diciembre-2011
Ubicación: Villa Lugano
Mensajes: 86
Antigüedad: 12 años, 4 meses
Puntos: 0
Pregunta Líneas entre divs con php

Hola a todos!
Estoy haciendo una página en donde imprimo con php una cabecera (gráfica, no el head), el pie de página y otras secciones.
El tema es que me escribe las etiquetas correspondientes al head fuera de él (ver imagen).


El código es el siguiente:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es">
<head>
<title>Mi Gesti&oacute;n General</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="css/inicio.css" />
<link rel="stylesheet" type="text/css" href="css/estilos.css" />
</head>
<body>
    <div id="wraper">    
        <?php 
        
include("php/cabecera.php");
        include(
"php/menuPrincipal.php");
        
?>
    </div>
<?php include("php/pie.php"); ?>
</body>
</html>
¿Qué estoy haciendo mal?
Muchas gracias!
__________________
Persevera y triunfarás...
----------------------------------------------------
http://www.cyberargsistemas.com.ar