Title: Support HTML in your-message
Last modified: August 28, 2017

---

# Support HTML in your-message

 *  Resolved [lwcorp](https://wordpress.org/support/users/lwcorp/)
 * (@lwcorp)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/support-html-in-your-message/)
 * If I have “Use HTML content type” enabled in the form, can you make your plugin
   show the HTML that belonged to the form?
 * It’s especially critical for RTL support: [https://wordpress.org/support/topic/rtl-support-for-email-template/](https://wordpress.org/support/topic/rtl-support-for-email-template/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [lwcorp](https://wordpress.org/support/users/lwcorp/)
 * (@lwcorp)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/support-html-in-your-message/#post-9447672)
 * For those interested, here’s what I do now (i.e. changing <p>content</p> to something
   that accepts RTL but still left align, with the rest of the LTR stuff):
 *     ```
       function filter_flamingo_htmlize($tag) {
         $tag = preg_replace('/>/', ' style="float:left" dir="auto"$0', $tag, 1);
          return $tag;
       };
   
       add_filter( 'flamingo_htmlize', 'filter_flamingo_htmlize' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Support HTML in your-message’ is closed to new replies.

 * ![](https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977)
 * [Flamingo](https://wordpress.org/plugins/flamingo/)
 * [Support Threads](https://wordpress.org/support/plugin/flamingo/)
 * [Active Topics](https://wordpress.org/support/plugin/flamingo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamingo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamingo/reviews/)

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 1 reply
 * 1 participant
 * Last reply from: [lwcorp](https://wordpress.org/support/users/lwcorp/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/support-html-in-your-message/#post-9447672)
 * Status: resolved