Bonjour à tous
Je rencontre un soucis de format dans outlook avec une signature générée en htm.
Lorsque je visualise ma signature sous IE ou FIREFOX, tout se passe bien, ce qui est en gras reste en gras, le logo s'affiche en temps que source, etc...
Hors ce format n'est pas respecté lorsque je l'intègre dans Outlook 2003 en tant que signature automatique. Il attache même le logo en pièce jointe ce que je ne souhaite pas.
Pourriez-vous regarder le code pour savoir s'il y a un problème ?
Merci par avance
Le code :
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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Signature de Mon Prenom MON NOM</TITLE> <!--NOM:MON NOM--> <!--PRENOM:Mon Prenom--> <!--TITRE:Ma Fonction--> <!--SERVICE:Mon Service--> <!--TELEPHONE:Mon Telephone--> <!--MOBILE:Mon Portable--> <!--FAX:Mon Fax--> <!--MAIL:monprenom.monnom--> <!--MAILSUFF:@masociete.fr--> <STYLE> .aaa {FONT-SIZE: 2mm;color: #333399;} .Style6 {font-size: 12px; font-family: Arial; font-weight: bold;color: #333399;} .Style7 {font-size: 11px; font-family: Arial;color: #333399;} .Style9 {font-size: 11px; font-family: Arial; color: #333399;font-weight: bold;} a:visited {font-size: 11px; font-family: Arial;font-weight: bold;color: #333399;} a:link {text-decoration:none;font-size: 11px; font-family: Arial;font-weight: bold;color: #333399;} a:hover {font-size: 11px; font-family: Arial;font-weight: bold;color: #3333FF;} a:active {font-size: 11px; font-family: Arial;font-weight: bold;color: #333399;} </STYLE></HEAD> <BODY leftMargin=15 topMargin=40> <BLOCKQUOTE><DIV align=left> <table bordercolor=#ffffff cellspacing=0 bordercolordark=#ffffff cellpadding=0 width=670 bgcolor=#ffffff bordercolorlight=#e4e4e0 border=0><tbody><tr> <td colspan="4" valign=center> <hr class=aaa align=left noshade size=1> </td><tr> <td width="121" rowspan="4"><div align="center"> <p align="center"><a href="http://www.labanquepostale-financement.fr/recrutement/creditconso/qui-sommes-nous.html"> <IMG height=80 src="http://www.labanquepostale-financement.fr/recrutement/creditconso/imgs/logo.gif" width=80 border=0></a></p> </div></td> <td colspan="2" valign=center><p align=left class="Style6" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"><span style="LETTER-SPACING: 0px">Mon Prenom MON NOM</span></p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"><span style="LETTER-SPACING: 1px"> Ma Fonction</span></p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"><span style="LETTER-SPACING: 1px"> Mon Service</span></p></td> <td width="113" valign=center><p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"></p></td><tr> <td colspan="2" valign=center><p align=left class="Style9" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"> <a href="mailto:monprenom.monnom@@masociete.fr">monprenom.monnom@@masociete.fr</a></p></td> <td valign=center><p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"></p></td><tr> <td width="29" valign=center> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">Tel</p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">Gsm</p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">Fax</p> </TD> <td width="407" valign=center> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">: Mon Telephone</p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">: Mon Portable</p> <p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">: Mon Fax</p> </TD> <td valign=center><p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"></p></td><tr> <td colspan="2" valign=center><p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%">Adresse de ma societe</p></td> <td width="113" valign=center><p align=left class="Style7" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px; LINE-HEIGHT: 100%"></p></td><tr> <td colspan="4" valign=center> <hr class=aaa align=left noshade size=1></td> </tbody></table></DIV></BLOCKQUOTE></BODY></HTML>
Partager