Mauvais affichage Newsletter Outlook
Bonjour,
J'ai un petit soucis avec ma newsletter. En effet, alors que mon code est parfait sur tous les navigateurs et répond aux exigences des newsletter à savoir 600px width, Outlook génère une page légèrement altérée :
- problème de padding dans une div -> que j'ai corrigé avec un margin
- problème d'affichage de bordure droite de chaque Table -> que je n'arrive pas à résoudre ! Merci pour votre aide.
Code:
1 2
| div.padded4 {font-family:ArialMT;margin-left:13px; margin-top : 2px ; margin-bottom :8px; }
div.paddedtextune {font-family:ArialMT;font-size:10px; margin-left:10px;margin-top:10px ; text-align : left;} |
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
| <!-- // Begin Module: 4 images 1 \\ -->
<table border="0" cellpadding="0" cellspacing="0" width="600" id="module1">
<tr>
<td valign="top" align="center">
<div class="padded4">
<table border="0" cellpadding="0" cellspacing="0" width="584">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="273">
<tr>
<td>
<div style="border:1px solid #E0E0E0">
<table border="0" cellpadding="0" cellspacing="0" width="273">
<tr>
<td valign="mid">
<img src="moteur.jpg" style="max-width:109px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext="">
</td>
<td valign="top" width="153" cellspacing="0" >
<div class="paddedtextune">xxxxxxxxxxxxxxxxx</div>
</td>
<td valign="top" align="right">
<a href="#"><img src="fleche.jpg" style="max-width:18px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext=""></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
<td>
<table cellpadding="0" cellspacing="0" width="273">
<tr>
<td>
<div style="border:1px solid #E0E0E0 ">
<table border="0" cellpadding="0" cellspacing="0" width="273">
<tr>
<td valign="mid">
<img src="voiture.jpg" style="max-width:109px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext="">
</td>
<td valign="top" width="153" cellspacing="0">
<div class="paddedtextune">xxxxxxxxxxxxxxxx</div>
</td>
<td valign="top" align="right">
<a href="#"><img src="fleche.jpg" style="max-width:18px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext=""></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top" align="center">
<div class="padded4">
<table border="0" cellpadding="0" cellspacing="0" width="584">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="273">
<tr>
<td>
<div style="border:1px solid #E0E0E0">
<table border="0" cellpadding="0" cellspacing="0" width="273">
<tr>
<td valign="mid">
<img src="bosch.jpg" style="max-width:109px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext="">
</td>
<td valign="top" width="153" cellspacing="0">
<div class="paddedtextune">xxxxxxxxxxxxxxxxxx</div>
</td>
<td valign="top" align="right">
<a href="#"><img src="fleche.jpg" style="max-width:18px; display:block; " id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext=""></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
<td>
<table cellpadding="0" cellspacing="0" width="273">
<tr>
<td>
<div style="border:1px solid #E0E0E0">
<table border="0" cellpadding="0" cellspacing="0" width="273">
<tr>
<td valign="mid">
<img src="essy.jpg" style="max-width:109px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext="">
</td>
<td valign="top" width="153" cellspacing="0">
<div class="paddedtextune">xxxxxxxxxxxxxxxxxxxxxxxxxxx</div>
</td>
<td valign="top" align="right">
<a href="#"><img src="fleche.jpg" style="max-width:18px; display:block;" id="ImageFour campaign-icon" mc:label="image_four" mc:edit="image_four" mc:allowdesigner="" mc:allowtext=""></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table> |