Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/05/2005, 10:53
sataca
 
Fecha de Ingreso: enero-2002
Ubicación: Barcelona
Mensajes: 279
Antigüedad: 22 años, 3 meses
Puntos: 1
NEWSLETTER CSS problemas con Hotmail,Gmail, etc...

Hola,

estoy preparando unos newsletters, para mandar por mail. Contienen código HTML, algunas imágenes y una seri de estilos para los textos.

En Outlook va perfectamente, se ven las imáges y lo estilos en el texto. El problema está en los correos web tipo hotmail, gmail y demás, que no me interpreta los estilos.

El código de los estilos es este, está incluído en el head del código html que mando:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TEST</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
A.equi:link {color: #000000; text-decoration: none; font-family : arial; font-weight : bold; font-size : 10px; }
A.equi:visited {color: #000000; text-decoration: none; font-family : arial; font-weight : bold; font-size : 10px; }
A.equi:hover {color: #FFFFFF; text-decoration: none; font-family : arial; font-weight : bold; font-size : 10px; }
A.equi:active {color: #000000; text-decoration: none; font-family : arial; font-weight : bold; font-size : 10px; }

.grisNormal{color: #666666; font-family : verdana; font-size : 14px; font-weight : bold; }
.negrosNormal{color: #000000; font-family : verdana; font-size : 14px; font-weight : bold; }
.destaNegro{color: #000000; font-family : verdana; font-size : 24px; font-weight : bold; }
.destaBlanco{color: #FFFFFF; font-family : verdana; font-size : 24px; font-weight : bold; }
.numeroNegro{color: #000000; font-family : verdana; font-size : 60px; font-weight : bold; }
.numeroBlanco{color: #FFFFFF; font-family : verdana; font-size : 60px; font-weight : bold; }
.tituloProd{color: #000000; font-family : verdana; font-size : 10px; font-weight : bold; }
.textoProd{color: #000000; font-family : verdana; font-size : 10px;}
.pvp{color: #999999; font-family : verdana; font-size : 10px; font-weight : bold; }
.precio{color: #000000; font-family : verdana; font-size : 18px; font-weight : bold; }
.euro{color: #999999; font-family : verdana; font-size : 12px; font-weight : bold; }
.textogris{color: #CCCCCC; font-family : verdana; font-size : 10px; font-weight : bold; }
.textoNEGRO{color: #000000; font-family : verdana; font-size : 10px; font-weight : bold; }
</style>
</head>

A alguien se le ocurre alguna solución para que se apliquen en los correos web??

Otra pregunta, he puesto en algunos <td> imágenes de fondo, que a la hora de imprimir no se visualizan. Hay forma de obligar a imprimir los fondos de celda??


Saludos
__________________
Sataca - La Retícula
www.lareticula.com