T
thomas
I replaced
.HTMLBody = Corps & .HTMLBody
by :
.HTMLBody = "<!DOCTYPE HTML PUBLIC " & Chr(34) & _
"-//W3C//DTD HTML 4.0 Transitional//EN" & Chr(34) & _
"><HTML><HEAD></HEAD><BODY>" & Corps & .HTMLBody & "</BODY></HTML>"
and it seems to be working.. both with or without word editor
Thanks for your help
"Ken Slovak - [MVP - Outlook]" <[email protected]> a écrit dans le message
de groupe de discussion : (e-mail address removed)...
You certainly need those tags and possibly others. You will have to analyze
the HTML you create against known good HTML to see what else you might need.
.HTMLBody = Corps & .HTMLBody
by :
.HTMLBody = "<!DOCTYPE HTML PUBLIC " & Chr(34) & _
"-//W3C//DTD HTML 4.0 Transitional//EN" & Chr(34) & _
"><HTML><HEAD></HEAD><BODY>" & Corps & .HTMLBody & "</BODY></HTML>"
and it seems to be working.. both with or without word editor
Thanks for your help
"Ken Slovak - [MVP - Outlook]" <[email protected]> a écrit dans le message
de groupe de discussion : (e-mail address removed)...
You certainly need those tags and possibly others. You will have to analyze
the HTML you create against known good HTML to see what else you might need.