Bonjour c'est moi la sulfateuse à questions
Donc je viens de terminer avec le tuto > "Les modèles et papiers à lettres sous Outlook"
J'ai donc crée mon macro qui fonctionne bien.
Le soucis c'est que lorsque le message est généré, il prend bien en charge la couleur d'arriére plan mais pas le background.
Voici mon html.
Merci d'avance pour votre aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <style> <!-- body { background-image: url(http://www.delightfactory.eu/MAIL/background.jpg); background-repeat: repeat-x; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #4ba1f8; } --> </style> <body> </body>
Partager