Rechercher : dans
Par :

Afficheage mail html dans outlook

Dernière réponse le 13 jun 2009 à 13:07:03 alexislevrai, le 13 jun 2009 à 13:00:50 
 Signaler ce message aux modérateurs

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 ?


Paper Donut™ is the work of Alexis Facca student graphic des­igner.

Configuration: Mac OS X
Safari 530.17

Meilleures réponses pour « Afficheage mail html dans outlook » dans :
[Outlook Express] Les images ne s'affichent pas VoirDepuis le Service Pack 2 de Windows XP, l'ouverture des pièces jointes n'est plus autorisée dans Outlook Express afin de limiter les risques d'infection par un virus. Il est néanmoins possible de désactiver cette fonctionnalité en procédant comme...

1

ghuysmans99, le 13 jun 2009 à 13:03:37

Peut-être pas : le message n'était peut-être pas prévu pour être affiché sur un écran aussi large ! VB.NET is good ... VB6 is better !

Répondre à ghuysmans99

2

 alexislevrai, le 13 jun 2009 à 13:07:03

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&eacute;s FABULOUS BOX - Si cette page ne s&acute;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.fabulousbox.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&ocirc;t !<br>L&acute;&eacute;quipe de Fabulous Box.<br><a style="font-size:0.8em; color:#000;" href="http://www.fabulousbox.com"><b>www.fabulousbox.fr</b></a>
        </span>
<br><br>
        <a style="border:none;" href="http://www.facebook.com"><img src="res/facebook.png"></a>
        <a style="border:none;" href="http://www.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&eacute;sinscrire, <a  style="color:#000;" href="{{unsubscribe}}">cliquez ici</a>.
      	</div></center>
<?php } ?>

</body>
</center>
</html>
Paper Donut™ is the work of Alexis Facca student graphic designer.

Répondre à alexislevrai