Is there any to prevent the HTML BODY FONT from being forced when using the HTML editor? As in the text editor, just because I compose in a font doesn't mean I want to force the receiver to have to use the font. Sometimes I may simply want to highlight the color, and I'd like the HTML to be on the order of something like this:
<HTML><BODY>
This is the text of my message, the last word is <FONT COLOR="RED">RED</FONT>
</BODY></HTML>
Thank you
<HTML><BODY>
This is the text of my message, the last word is <FONT COLOR="RED">RED</FONT>
</BODY></HTML>
Thank you