Bonjour,
J'envoie un mailing en html, avec une image, du texte en blanc, et un fond noir.
Le problème est que si l'image s'affiche toujours correctement, le fond noir non !!!
Ce qui empêche donc de lire le texte blanc (blanc sur blanc...)
Pour plus de précisions : le mail est envoyé à 20000 personnes depuis le plugin Mail It sur Filemaker pro 8.5
Vous trouverez ci-dessous le premier code html avec lequel le fond noir est compatible hotmail, mais pas yahoo ni gmail
Puis un autre code html (compatible gmail, mais pas yahoo ni hotmail!!!)
Voici le premier code html (compatible hotmail, mais pas yahoo ni gmail):
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>IS THERE STILL A SPACE FOR A GLOBAL CRITIQUE ?</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<div class="centrage">
<p align="center"><img src="cid:img.jpg@EADCA1B1.AD02.E648.943E.5A15E5420A19" width="557" height="766" />"</p>
<p align="center"><span style="line-height:12 px; font-family:Arial, Helvetica, sans-serif; font-size:7pt; font-weight:normal; font-stretch:condensed; color:#FFFFFF">If you no longer wish to receive this kind of message, please return this message after writing “unsubscribe” in the subject field.</span></p>
</div>
</body>
</html>
Voici le second code html (compatible gmail, mais pas yahoo ni hotmail) :
<body style='background-color:black;color:white'>
<div style='width:100%; background-color:black;color:white'>
</div>
<div class="centrage">
<p align="center"><img src="cid:img.jpg@4D5BA9E8.BC42.9B44.B7AB.91637BFE5088 " width="557" height="766" />"</p>
<p align="center"><span style="line-height:12 px; font-family:Arial, Helvetica, sans-serif; font-size:7pt; font-weight:normal; font-stretch:condensed; color:#FFFFFF">If you no longer wish to receive this kind of message, please return this message after writing "unsubscribe" in the subject field.</span></p>
</div>
</body>
Par ailleurs, je ne m'y connais absolument pas en html et sais à peine ce qu'est une balise. Donc si vous aviez le temps de répondre à ce problème, je vous serais super reconnaissant d'être le plus précis possible !
Mille mercis !!