Problème taille de signature html oulook en "réponse et transfert"

Problème taille de signature html oulook en "réponse et transfert" - HTML/CSS - Programmation

Marsh Posté le 13-12-2012 à 12:55:55    

bonjour, j'ai un pbl que je n'arrive pas à résoudre.
j'ai créé une signature en html dans outlook 2003/2010 qui fonctionne a merveille pour un nouveau message
 
par contre en réponse et transfert à mes interlocuteurs qui n'utilisent pas la meme police que moi, la police de ma signature et sa taille sont erronées.
ce n'est pas une histoire de zoom mais bien de codage.
 
voici mon code :
 

Code :
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. body,td,th {font-family: Arial, Helvetica, sans-serif;font-size: 8;}
  5. a:link {text-decoration: none; }
  6. .nom {font-size: 10pt;font-weight: bold;color:#3B4043;}
  7. .poste {font-size: 9pt;color:#3B4043;}
  8. .telfaxmobmail {font-size: 8pt; color:#4F5558;text-align: left;}
  9. </style>
  10. </head>
  11. <body>
  12. <table width="500" border="0" cellspacing="0">
  13. <tr>
  14. <td colspan="2" align="left" valign="top">
  15. <span class="nom"><strong>XXXXXXXXXXX</strong></span><br />
  16. <span class="poste">XXXXXXXXXX</span><br />
  17. <span class="telfaxmobmail">Tel: XXXXXXXXXXXX</span><br />
  18. <span class="telfaxmobmail">Fax: XXXXXXXXXXXX</span><br />
  19. <span class="telfaxmobmail">Mail: <a class="telfaxmobmail"  href=mailto:XXXXXXXXXXXXX><span class="telfaxmobmail">XXXXXXXXX</a></span><br />
  20. </td>
  21. </tr>
  22. <tr><td height="22" colspan="2" valign="middle"><img width="355" height="1" src="XXXXXX">
  23. </td>
  24. </tr>
  25. <tr>
  26. <td width="90" align="left" valign="top"><span class="telfaxmobmail">
  27. <img width="85" height="73" src="XXXXXXX">
  28. </span>
  29. </td>
  30. <td width="405" align="left" valign="top" class="telfaxmobmail">
  31. XXXXXXXX<br>
  32. XXXXXXXXXXX<br>
  33. XXXXXXXXXXX<br>
  34. XXXXXXXXXXX<br>
  35. <a class="telfaxmobmail" href="XXXXXXXXXXXX">XXXXXXXXXXXX</a>
  36. </td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>


 
Savez vous si je peux résoudre ce pbl svp ?


Message édité par CARL KEATON le 13-12-2012 à 12:58:06
Reply

Marsh Posté le 13-12-2012 à 12:55:55   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed