Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/11/2010, 18:05
Avatar de mc_robe
mc_robe
 
Fecha de Ingreso: octubre-2006
Ubicación: Puente De Vallecas, Madrid, Spain, Spain
Mensajes: 25
Antigüedad: 17 años, 6 meses
Puntos: 0
Respuesta: Cómo enviar un eMail con texto sobre una imagen?

Sí, perdona, no lo hice por no poner el tocho. Ahí va:

Código:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
#texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 400px;
	width: 640px;
	padding-left: 180px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
}
#dibu {
	height: 400px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#texto p a {
	color: #0CF;
}
</style>
</head>
<body>
<div id="dibu"><img src="http://www.robertomc.com/images/autoretrato.png" width="800" height="400" alt="yo" /></div>

<div id="texto">
  <p>Varios párrafos aquí</p>
  <p>Encontrará una muestra de mis trabajos en la siguiente dirección: <a href="http://www.robertomc.com/" title="Dossier Roberto Martín" target="_new">www.robertomc.com</a></p>
</div>  
</body>
Como dije lo intento enviar con "insertar HTML" en el ThunderBird de Mozilla. Algo en claro?