Construct a standard HTML configured file that has the line formatting and colors. There are several references on the Web to get this information from and is outside the scope of this TechNote. Once you have constructed the file, point to it when you invoke the Email option in Javelin. Here is and example of what one will look like and the end result:
Please use html body and it should display with formatting:
<html> <body> <table> <tr> <td> New Line <br /> <br /> <b><font color=Red size=14px>Bold Text</font><b> <br/> <br/> <br/> <br/> <br/> </td> </tr> </table> </body> </html> |
Displayed in email as: