2012-06-19, 03:35:32
CSS and ckeditor already has page breaking support.
It uses this
The ckeditor button does this
I've seen other cms uses this for exceprt and page breaks.
http://reference.sitepoint.com/css/page-break-after
It uses this
The ckeditor button does this
Code:
<div style="page-break-after: always;">
I've seen other cms uses this for exceprt and page breaks.
http://reference.sitepoint.com/css/page-break-after