HTML for Outlook

Last post 06-20-2013, 2:10 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-20-2013, 8:14 AM 77591

    HTML for Outlook

    Hi,

    Is there a way for the RichTextEditor to output HTML in a way the works for emails inside of Outlook. Currently everything is inline <style> which is great but for outlook its not so good.

     

    We had no issue with CuteEditor so I am wondering if there is a compatibility mode or some way to output HTML that works for Outlook.


    Cheers!
  •  06-20-2013, 2:10 PM 77595 in reply to 77591

    Re: HTML for Outlook

    Hi gim-matt,

     

    You can change the behavior by the sections below in file "\richtexteditor\scripts\config.js".  By default they will use style format.

     

    1. format_underline    :   "<span style='text-decoration:underline'>",   //or "<u>", //default behavior for underline  
    2. format_linethrough  :   "<span style='text-decoration:line-through'>",//or "<strike>", or "<s>" //default behavior for linethrough  
    3. format_overline     :   "<span style='text-decoration:overline'>",//default behavior for overline   
    4. format_forecolor    :   "<span style='color:%1'>",  
    5. format_backcolor    :   "<span style='background-color:%1'>",  
    6. format_fontsize     :   "<span style='font-size:%1'>",  
    7. format_fontname     :   "<span style='font-family:%1'>",  
    8. format_cssclass     :   "<span class='%1'>",  
    9. format_cssstyle     :   "<span style='%1'>",  
     

    Regards,

     

    Ken 

View as RSS news feed in XML