Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2013 at 02:15 UTC
Updated:
20 Feb 2013 at 02:15 UTC
I have ckeditor in my email but when i save my template and open it again the html tags get added onto again.
For example: MY original email
<font size="3"><span style="font-family: Arial, Sans Serif;">Hi there<br /> dfgs </span>
</font> <h2 style="color: blue;"> <font size="3"><span style="font-family: Arial, Sans Serif;">dfsg</span></font>
</h2> <font size="3"><span style="font-family: Arial, Sans Serif;">cdgfs<br /> <span style="font-family:courier new,courier,monospace;">dgfs</span></span></font><br />
When I saved this and opened it again to edit and than save it this is what i get:
<font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;">Hi there<br />
dfgs </span></font> </span></font> </span></font>
<h2 style="color: blue;">
<font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;">dfsg</span></font></span></font></span></font></h2>
<font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;"><font size="3"><span style="font-family: Arial, Sans Serif;">cdgfs<br />
<span style="font-family:courier new,courier,monospace;">dgfs</span></span></font></span></font></span></font><br />Please let me know how to solve this issue