23
edits
No edit summary |
|||
| Line 362: | Line 362: | ||
= Add optional ability to insert HTML "Style" code at the beginning and end of the email message = | = Add optional ability to insert HTML "Style" code at the beginning and end of the email message = | ||
Add options: | Add options to allow advanced users to update the prefs file with an HTML line to insert at the beginning of the message body and an HTML line to insert at the end of the message body: | ||
(1) HTML to insert at beginning of message: (user-specified HTML code line)<br> | (1) HTML to insert at beginning of message: (user-specified HTML code line)<br> | ||
(2) HTML to insert at end of message: (user-specified HTML code line) | (2) HTML to insert at end of message: (user-specified HTML code line) | ||
Example: | Example of optional prefs: | ||
HTML to insert at beginning of message: <div style="font-family: Arial; font-size: 10pt;"><br> | <b>HTML to insert at beginning of message:</b> <div style="font-family: Arial; font-size: 10pt;"><br> | ||
HTML to insert at end of message: </div> | <b>HTML to insert at end of message:</b> </div> | ||
If the optional prefs are specified, then Thunderbird should insert the HMTL lines at the beginning and end of the message body. The resulting example message source is: | |||
<div style="font-family: Arial; font-size: 10pt;"><br> | <div style="font-family: Arial; font-size: 10pt;"><br> | ||
edits