Author Topic: Updating HTML source is canceling css style  (Read 2206 times)

Offline velt

  • Newbie
  • *
  • Posts: 1
  • Go for broke!
Updating HTML source is canceling css style
« on: August 18, 2015, 03:17:45 PM »
Hello,

I'm facing a problem to send mail with css styles in HTML.

After putting the code on edit HTML source and update it the lines below just disappear:

<style type="text/css">
    *{margin:0;padding:0;font-size:100%;font-family:  (...)
    </style>

Without it, the message come unconfigured. I thought that could be xhtml 1.0 or that the Roundcube have a pre-configured html to edit the e-mail, but i didn't have any luck in my research till now.

Can someone help with this?