Cita:
Iniciado por pateketrueke vamos a hacer lo siguiente...
ejecuta tu script de nuevo, y la variable que recibes del <textarea/> imprime la así...
Código PHP:
header('Content-Type: text/plain; charset=UTF-8');
die(htmlspecialchars($cuerpo));
el resultado tal cual te sale muestra lo aquí, a ver que sucede... (:
la idea es que necesitamos saber como es que recibes exactamente el HTML...
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>F-Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="css/css.css"/>
<script src="script/login.js"></script>
</head>
<body>
<div id="cabecera">
<div id="cont_titulo">
<div id="titulo">
<img src="diseno/titulo.png" />
</div>
</div>
<div id="cont_tuestilo">
<div id="tuestilo">
<img src="diseno/tuestilo.png" />
</div>
</div>
<div id="cont_logo">
<div id="logo">
<img src="diseno/logo.png" />
</div>
</div>
<div id="cont_menu">
<div id="links_menu_center">
<a href="index.php">Home</a> <a href="#">Configuraci�n</a><a href="#">Contacto</a>
</div>
<div id="links_menu_right">
<span id="muestra_user"><strong>Bienvenido: </strong>admin</span> </div>
</div>
</div>
<div id="contenido">
<center>
<div>
<table align="center" border="0" style="background-color: rgb(255, 255, 255); border-collapse: collapse; margin-bottom: 20px;">
<tbody>
<tr>
<td height="170" style="background-image: url(&quot;http://promza.dyndns.org/sistema_plantilla/cabeceras/cabecera.jpg&quot;); background-repeat: no-repeat;" valign="top" width="901">
&nbsp;</td>
</tr>
<tr>
<td height="986" style="background-image: url(&quot;http://promza.dyndns.org/sistema_plantilla/cuerpos/cuerpo.jpg&quot;); background-repeat: no-repeat;" valign="top" width="901">
ESCRIBA SU CUERPO</td>
</tr>
<tr>
<td height="113" style="background-image: url(&quot;http://promza.dyndns.org/sistema_plantilla/pies/pie.jpg&quot;); background-repeat: no-repeat;" valign="top" width="901">
&nbsp;</td>
</tr>
</tbody>
</table>
</div>