Note that there are some explanatory texts on larger screens.

plurals
  1. POckeditor adding tags while it is already there when saving
    text
    copied!<p>I have ckeditor in my email but when i save my template and open it again the html tags get added onto again.</p> <p>For example: MY original email:</p> <pre><code> &lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;Hi there&lt;br /&gt; dfgs &lt;/span&gt; &lt;/font&gt; &lt;h2 style="color: blue;"&gt; &lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;dfsg&lt;/span&gt;&lt;/font&gt; &lt;/h2&gt; &lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;cdgfs&lt;br /&gt; &lt;span style="font-family:courier new,courier,monospace;"&gt;dgfs&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt; </code></pre> <p>When I saved this and opened it again to edit and than save it this is what i get:</p> <pre><code>&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;Hi there&lt;br /&gt; dfgs &lt;/span&gt;&lt;/font&gt; &lt;/span&gt;&lt;/font&gt; &lt;/span&gt;&lt;/font&gt; &lt;h2 style="color: blue;"&gt; &lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;dfsg&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/h2&gt; &lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;&lt;font size="3"&gt;&lt;span style="font-family: Arial, Sans Serif;"&gt;cdgfs&lt;br /&gt; &lt;span style="font-family:courier new,courier,monospace;"&gt;dgfs&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt; </code></pre> <p>It keeps on adding as I save it, i there a way to fix this.</p> <p>Thanks</p> <p>Edit: version - 3.6.5</p> <p> CKEDITOR.config.height = 600;<br> </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload