Bonjour,
Je n'arrive pas à régler un problème avec une newsletter avec laquelle tout allait bien jusqu'à présent.
A priori j'ai un soucis avec la sémantique du code HTML, c'est le prestataire d'envoi de la newsletter qui le dit.
(mais qui ne veut pas me dire ce qu'il ne va pas... pour raisons de concurrence, etc...)
J'ai beau chercher, je ne trouve pas ce qui cloche!
Merci infiniment pour votre aide :!:
Je n'arrive pas à régler un problème avec une newsletter avec laquelle tout allait bien jusqu'à présent.
A priori j'ai un soucis avec la sémantique du code HTML, c'est le prestataire d'envoi de la newsletter qui le dit.
(mais qui ne veut pas me dire ce qu'il ne va pas... pour raisons de concurrence, etc...)
J'ai beau chercher, je ne trouve pas ce qui cloche!
Merci infiniment pour votre aide :!:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Test</title>
<style type="text/css">
<!--
body {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: normal;
color: #000000;
text-align: left;
}
a {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #000000;
text-align: left;
}
.texte {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: normal;
color: #000000;
text-align: left;
line-height: 20px;
}
.texte-bleu {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
color: #0196d6;
text-align: left;
line-height: 20px;
}
.desabonner {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
text-align: left;
}
-->
</style>
</head>
<body>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="800">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="800">
<tr>
<td width="267"><img src="img/logo.gif" alt="Découvrez nos assurances camping !" style="display:block;" border="0" width="267" height="247"></td>
<td width="266"><img src="img/header01.gif" alt="Découvrez nos assurances camping !" style="display:block;" border="0" width="266" height="247"></td>
<td width="267"><img src="img/header02.gif" alt="Découvrez nos assurances camping !" style="display:block;" border="0" width="267" height="247"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="93" height="30"> </td>
<td width="44"> </td>
<td width="553"> </td>
<td width="110"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>
<span class="texte">
Chers agents, <br><br>
Vous assurez aujourd’hui des campings, si vous avez des difficultés à placer vos contrats nous vous proposons tout notre savoir-faire sur les garanties campings et l’ensemble des risques liés aux aléas climatiques
<br><br>
Nos 3 compagnies françaises partenaires vous garantissent une solution fiable, et nous permettent de tarifer des risques situés dans des zones «difficiles».
<br>
</span>
</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td valign="top"><img src="img/picto01.jpg" alt="Creative solutions" style="display:block;" border="0" width="35" height="15"></td>
<td>
<span class="texte-bleu">Vous souhaitez obtenir un devis ?<br></span>
<span class="texte">Remplissez le questionnaire ci-joint et recevez notre proposition en 24H00 !</span>
</td>
<td> </td>
</tr>
<tr>
<td height="34"> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="553">
<tr>
<td width="200" valign="top">
<span class="texte">
<strong>Contactez xxx </strong> <br>
xxxx<br>
xxxx <br>
</span>
</td>
<td width="153"> </td>
<td width="200" valign="top" align="right">
<span class="texte">
<span class="texte-bleu">en bref :</span> <br>
<span class="texte-bleu">•</span> 25 ans d’expérience dans l’HPA<br>
<span class="texte-bleu">•</span> 550 campings assurés <br>
<br>
<span class="texte-bleu">•</span> 3 compagnies partenaires <br>
</span>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="800">
<tr>
<td width="398"><img src="img/footer-left.jpg" alt="Creative solutions" style="display:block;" border="0" width="398" height="239"></td>
<td width="199"> </td>
<td width="203" valign="bottom"><img src="img/footer-right.jpg" alt="Creative solutions" style="display:block;" border="0" width="203" height="73"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="39" align="center"><a href="#" class="desabonner"><span class="desabonner">Se désabonner</span></a></td>
</tr>
</table>
</body>
</html>