- Edited
Hello everyone I have the following problem, I installed CKEditor which is doing very well. I added only header.php <script src = "// cdn.ckeditor.com/4.4.6/standard/ckeditor.js"> </ script> and the tpl.inc.php <script type = "text / javascript"> CKEDITOR.replace ('body'); </ script> and e fine. I'm dealing to design HTML email templates. the problem I have is that when an email is generated automatically, this will make up ... on the front all the HTML as I can send this template to HTML and displayed correctly ?? thank you very much, Daniel