j'ai créé une page en HTML/CSS
et je voudrais utiliser cette page comme modele pour que le service
marketing de ma société envoie des mails aux couleurs de la société, et donc en HTML
or soit Outlook refuse la selection de page HTML en tant que papier a lettres
soit j'arrve a copier/coller le code source et la c nickel
mais quand je recoi le mail HTML, c pourri, il manque plein d'images.
voici le code :
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <META content="MSHTML 6.00.2900.2963" name=GENERATOR>
- <link href="http://www.iocean.fr/modele_mail/styles.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <table id="tab_global" >
-
- <tr>
- <td height="90" colspan="3" id="bandeau_entete"> </td>
- <td colspan="2" class="ecart_titre"> </td>
- <td width="73%" class="titre" >Le titre </td>
- </tr>
- <tr>
- <td class="lisere"><img src="http://www.iocean.fr/modele_mail/lisere_orange.jpg" alt="" /></td>
- <td colspan="2" class="bloc_infos_annexes">
- <table id="entete_bloc_infos_annexes" >
- <tr>
- <td >Informations</td>
- </tr>
- </table> </td>
- <td colspan="2" class="ecart_contenu"> </td>
- <td class="contenu" >Le contenu </td>
- </tr>
- <tr >
- <td colspan="6" id="ecart_piedpage"></td>
- </tr>
- <tr >
- <td colspan="6" id="bloc_pied_page" >
- <table width="100%" id="tab_elements_piedpage">
- <tr id="piedpage">
- <td colspan="3" id="img_filigranne"><img src="http://www.iocean.fr/modele_mail/filigranne.jpg" alt="" /></td>
- <td id="url_site"><a href="http://www.iocean.fr">www.iocean.fr</a></td>
- <td id="mail_contact"><a href="mailto:contact@iocean.fr">contact@iocean.fr</a></td>
- <td id="siret">Siret : 4388 43872000214 </td>
- </tr>
- </table> </td>
- </tr>
- </table>
- </body>
- </html>
|