Bonjour,
Je dois créer une newsletters HTML. Je l'ai donc fait à l'ancienne, en table, avec du css inline, etc. Car c'est la façon pour qu'elle soit le plus compatible.
Malheureusement, gmail résiste ardemment !! J'ai fait un petit test super simple :
Code :
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Document sans nom</title>
- </head>
- <style> {
- *margin="0"
- }
- </style>
- <body>
- <table width="200" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td><img src="images/header.gif" width="600" height="224" /></td>
- </tr>
- <tr>
- <td><img src="images/header_l.gif" width="235" height="180" /></td>
- </tr>
- </table>
- </body>
- </html>
|
Et regardez comment gmail me transforme ça :
Voila, j'ai pas mal cherché, j'ai trouvé cet excellent site : http://www.campaignmonitor.com/css/ qui donne pleins d'infos. Mais mêmes leurs exemples ont ce même problème.
Si quelqu'un a une solution c'est avec plaisir
Merci d'avance.