Thunderbird:Thunderbird 3 Possible Enhancements: Difference between revisions

Jump to navigation Jump to search
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:  &lt;div style="font-family: Arial; font-size: 10pt;"&gt;<br>
<b>HTML to insert at beginning of message:</b> &lt;div style="font-family: Arial; font-size: 10pt;"&gt;<br>
HTML to insert at end of message:  &lt;/div&gt;
<b>HTML to insert at end of message:</b> &lt;/div&gt;


Resulting message source is:
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:


&lt;div style="font-family: Arial; font-size: 10pt;"&gt;<br>
&lt;div style="font-family: Arial; font-size: 10pt;"&gt;<br>
23

edits

Navigation menu