Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/04/2009, 15:02
gustavobaezz
 
Fecha de Ingreso: noviembre-2007
Mensajes: 90
Antigüedad: 16 años, 5 meses
Puntos: 0
ok ahora te copio el texto a eliminar

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RSS de soyuncahondo.com</title>
</head>
<body>
<style type="text/css">

h1 a:hover {background-color:#888;color:#fff ! important;}

div#emailbody table#itemcontentlist tr td div ul {
list-style-type:square;
padding-left:1em;
}

div#emailbody table#itemcontentlist tr td div blockquote {
padding-left:6px;
border-left: 6px solid #dadada;
margin-left:1em;
}

div#emailbody table#itemcontentlist tr td div li {
margin-bottom:1em;
margin-left:1em;
}


table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active {
color:#000099;
font-weight:bold;
text-decoration:none;
}

img {border:none;}


</style>
<div xmlns="http://www.w3.org/1999/xhtml" id="emailbody" style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;">
<table style="border:0;padding:0;margin:0;width:100%">
<tr>
<td width="99%" style="vertical-align:top">
<h1 style="margin:0;padding-bottom:6px;">



...etc etc etc

He probado con otros archivos (este en concreto es un email de feedburner mandando actualizaciones en mi web)... y el resultado es el mismo.
Mi servidor es linux con php 5... por si ayuda.



La impresión de $ buffer es:

h1 a:hover {background-color:#888;color:#fff ! important;}

div#emailbody table#itemcontentlist tr td div ul {
list-style-type:square;
padding-left:1em;
}

div#emailbody table#itemcontentlist tr td div blockquote {
padding-left:6px;
border-left: 6px solid #dadada;
margin-left:1em;
}

div#emailbody table#itemcontentlist tr td div li {
margin-bottom:1em;
margin-left:1em;
}


table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active {
color:#000099;
font-weight:bold;
text-decoration:none;
}

img {border:none;}

(La etiqueta <style.... </style> no las imprime.... lo que está entre medias.....ahí lo ves....luego va todo el html límpio y en pantalla correctamente.

Gracias por vuestro interés nuevamente.

Última edición por GatorV; 01/04/2009 a las 15:18