Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2010 at 14:49 UTC
Updated:
11 Mar 2010 at 11:10 UTC
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
Comment #1
mephir commentedPlease 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.