signature formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm trying to format my signature for outgoing mail. I highlight the
signature and right click, looking for the usual "font" option, but it's not
there. Any suggestions? Thanks!
 
Use Notepad if you can. It gives the most parsimonious HTML.

<HTML>
<BODY>
<img src="fullpathtoimage">
<font style="font-family:Arial">Text</font>
</BODY>
</HTML>

steve
 
Back
Top