Using Acquia Marina (Fusion/Skinr), The HTML output is missing style tags. The carriage return option is set to
.

The editor source looks like this :

<span style="font-family: verdana,geneva,sans-serif;"><span style="font-size: 18px;">text</span><br />
<br />
more text<br />
<br />
even more text<br />
<br />

But this is what ends up in the browser:

<p>text</p>
<p>more text</p>
<p>even more text</p>

So the font, and the font weight are wrong.

Comments

mephir’s picture

Status: Active » Fixed

Please check your input type which you are using, because default filters in Filtered HTML remove style attribute. You should disable it.
I review this and it depends on Filtered HTML, you should disable Html Filter or use instead of it HTML Purifier. Also Html corrector make some mess with code. If you have any lack of clarity about issue, feel free to reopen it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.