Afficheage mail html dans outlook
alexislevrai
Messages postés
557
Date d'inscription
Statut
Membre
Dernière intervention
-
alexislevrai Messages postés 557 Date d'inscription Statut Membre Dernière intervention -
alexislevrai Messages postés 557 Date d'inscription Statut Membre Dernière intervention -
Bonjour a tous, j'ai un problème pour l'affichage d'un mail en html (envoyé avec mailpress) dans outlook
il semblerai qu'Outlook ne comprenne pas la largeur de page (mon width): http://images2.photomania.com/666125/1/rad2C07B.jpg
Comment ce fait-il ?
il semblerai qu'Outlook ne comprenne pas la largeur de page (mon width): http://images2.photomania.com/666125/1/rad2C07B.jpg
Comment ce fait-il ?
A voir également:
- Afficheage mail html dans outlook
- Supprimer adresse mail outlook - Guide
- Editeur html - Télécharger - HTML
- Publipostage mail - Accueil - Word
- Windows live mail - Télécharger - Mail
- Creer adresse mail outlook - Guide
2 réponses
En fait, le message c'est moi qui le rédige, je prépare une newsletter, mais j'arrive pas a l'adapter sur Outlook, elle fonctionne sur toutes les boit mail sauf ceux qu'on lit dand Outlook.
<!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" dir="ltr" lang="xfr-FR"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title></title> </head> <center> <body style="background-color:#909090;"> <?php if (isset($this->args->viewhtml)) { ?> <div style="background-color:#24130e; width:654px; min-height:600px;"> <div style="height:20px; width:654px; background-color:#cbcbcb; font-family:arial; font-size:0.7em;"> <b>Nouveautés FABULOUS BOX - Si cette page ne s´affiche pas correctement <a style="color:#000;" href="{{viewhtml}}">cliquez ici</a> pour voir la version HTML.</b> </div> <?php } ?> <div style="width:654px; height:184px; position:relative;"> <a style="position:relative; left:2px; border:none;" href="http://www.fabulousblog.fr"><img src="res/header_left.png"></a><a style="position:relative; left:-2px; border:none;" href="http://www.fabulousprint.com"><img src="res/header_right.png"></a> </div> <div style="width:603px; margin-left:auto; margin-right:auto; position:relative; min-height:300px; background-color:#cbcbcb;"> <div style="width:587px; margin-left:auto; margin-right:auto; min-height:300px; background-color:#fff; position:relative;"> <div style="position:relative; width:567px; margin-left:auto; margin-right:auto;"> <?php while (have_posts()) : the_post(); ?> <br> <a style="font-size:1.6em; font-style:bold; color: #f388ae; text-decoration:none;" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a> <span style="font-family: Georgia; font-size:0.9em; color: #5b5b5b;"><?php the_content(); ?></span> <?php endwhile; ?><br> </div> </div> </div> <div style="width:603px; position:relative; height:140px; margin-left:auto; margin-right:auto; background-color:#cbcbcb;"> <span style="font-family:arial; font-size:0.8em;"><br> A bientôt !<br>L´équipe de Fabulous Box.<br><a style="font-size:0.8em; color:#000;" href="http://www.fabulousprint.com"><b>www.fabulousbox.fr</b></a> </span> <br><br> <a style="border:none;" href="https://www.facebook.com/"><img src="res/facebook.png"></a> <a style="border:none;" href="https://twitter.com/"><img src="res/twitter.png"></a> <a style="border:none;" href="feed://www.fabulousblog.fr/feed/"><img src="res/rss.png"></a> </div> </div> <?php if (isset($this->args->unsubscribe)) { ?> <center><div style="font-family:arial; font-size:0.8em;"><b>DESINSCRIPTION</b> Pour vous désinscrire, <a style="color:#000;" href="{{unsubscribe}}">cliquez ici</a>. </div></center> <?php } ?> </body> </center> </html>