Bonjour,
Je suis acteullement à train de coder un email en HTML et j'ai rencontré un petit problème. Les images ne s'affiche pas quand j'envoie mes mails. Pourtant j'ai hébergé mes images sur un site. Si quelqu'un trouve la solution à mon érreur. Merci. Voici mon code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta view="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table align="center" bgcolor="#d24f53" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="https://imgur.com/Y24ZTTU.png" bgcolor="#7bceeb" valign="top">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="mso-width-percent:1000;height:661px;">
<v:fill type="tile" src="https://imgur.com/Y24ZTTU.png" color="#7bceeb" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
<table align="center" width="50%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height:"30" style="font-size:30px; line-height:30px;"> </td>
</tr>
<tr>
<td>
<img src="https://i.imgur.com/qqpzTPS.png" title="source: imgur.com" />
</td>
</tr>
</tbody>
</table>
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</table>
</body>
</html>