Tu crées un fichier HTML que tu enregistres avec ton image dans ProgramFiles/FichiersCommuns/MicrosoftShared/PapierLettres/ :
<HEAD>
<STYLE>
BODY {
font-family: ADMUI3Lg;
font-size: 10pt;
color: 000000;
margin-left: 150 px;
margin-top: 175 px;
background-position: top left;
background-repeat: no-repeat;
}
</STYLE>
</HEAD>
<BODY background="agif.jpg">
</BODY>
Ca passe nickel avec outlookExpress, mais l'attribut background:no-repeat n'est pas pris en compte, dommage. Quelqu'un a une solution ?
|