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

  • From: Otto Vainio <oiv@xxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 09 Aug 2006 20:50:27 +0300

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: