Thanks for your help, but I think I haven't been very clear: I don't
want to send any picture nor any link, this is quite more easy in
evolution than the explanation of novell by using the mode "html" !
All I want is to make sure that an email is sent with a black background
and white letter (and a particular typo for next step), that's why i try
to type, inside or outside the html mode something like:
quote
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#b2b2b2" LINK="#FFFFFF">
<FONT COLOR=#b2b2b2 SIZE=2><PRE>
<FONT COLOR="ffffff"> my text </FONT>
</PRE>
</BODY>
</HTML>
unquote
But anyway i try, my mail is interpreted as pure text on the recipient
side and printed with black lettters and white background and all the
tags clearly apparent.
I think I am missing a special tag (MIME or sthg) that will tell the
mail reader: "hey, this mail is html don't print stupidly the text but
make an interpretation of it !"