Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/09/2007, 19:09
Avatar de manumaf
manumaf
 
Fecha de Ingreso: mayo-2007
Ubicación: Argentina
Mensajes: 854
Antigüedad: 17 años
Puntos: 6
Problema rarisimo con php

Hola miren esto ya me canso no se qwue ago mal utilizo el dreamweaver y tengo el siguiente codigo

Código HTML:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
-->
</style>


<body>
<p class="Estilo1"></p> 

</body>
</html> 

Hazta hya va todo bien pero cuendo le agrego un pequeño codigo php que es para que aprescan los usuarios conectados aprese esto:

Código HTML:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
-->
</style>


<body>
<p class="Estilo1"><?
require_once("useron.php");
?></p> 

</body>
</html> 
Asi va todo bien pero cuendo pongo la vista "diseño" del dreamweaver me aprese todo mal me aprese que esta mal puesto el tag </head>

Y si la pagina tubiera mas codigo tablas divs y otras cosas me deforma toda la pagina por que es?