CodeIgniter Forums
Codeigniter with ckeditor - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Codeigniter with ckeditor (/showthread.php?tid=54537)



Codeigniter with ckeditor - El Forum - 09-13-2012

[eluser]calacianu[/eluser]
Hello, i have a problem after integrating ckeditor in codeigniter. when i edit the elements from the textarea the css is not applied corectly. for example:
the correct way <p>Lorem ipsum</p>
ckeditor <p width:100px>Lorem ipsum</p> something like this, and it wont work
Please help!!


Codeigniter with ckeditor - El Forum - 09-13-2012

[eluser]Abdul Malik Ikhsan[/eluser]
make sure your js include and css include are correct. just it.


Codeigniter with ckeditor - El Forum - 09-13-2012

[eluser]calacianu[/eluser]
The problem was that i was adding an extra parameter (true) for escaping characters for the input->post.
Thanks!