[dokuwiki] Re: Add page breaks in "printer friendly" version?

Lavigne, Jesse wrote:
Is there a way to add page breaks to a page, so that when it is printed it will not interrupt things like paragraphs, etc?

You should find a way to add css "page-break-after" to your page

One option is to use <html></html> tags and put something like
<STYLE>
    P { page-break-after: always }
</STYLE>
to your page.

Also a pagebreak plugin would easy to create.

Otto
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: