http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13032

--- Comment #1 from Barton Chittenden <[email protected]> ---
HTML page breaks can be added as follows:

CSS:

@media all {
    .page-break    { display: none; }
}

@media print {
    .page-break    { display: block; page-break-before: always; }
}

HTML:

<div class="page-break"></div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to