Hello,
I've the following Problem:
I want to integrate CKEditor into PHPFusion CMS.
Everything works fine.
But only the Pagebreak does not do what I want.
The Problem is, that PHPFusion uses another Code to create a PAGEBREAK.
The Code PHPFusion wants:
The Code CKEDITOR produces:
How can I change this ?
Thalhammer
PS: Sorry for my English, I'm German.
I've the following Problem:
I want to integrate CKEditor into PHPFusion CMS.
Everything works fine.
But only the Pagebreak does not do what I want.
The Problem is, that PHPFusion uses another Code to create a PAGEBREAK.
The Code PHPFusion wants:
<--PAGEBREAK-->
The Code CKEDITOR produces:
<p> </p> <div style=\"page-break-after: always;\"> <span style=\"display: none;\"> </span></div>
How can I change this ?
Thalhammer
PS: Sorry for my English, I'm German.