I was wondering how to force a page break when printing.

I could not find a way, so visited http://docs.google.com/ and
gathered some hints.

Are these lines

<p class="pb" style="page-break-after:always">
@media screen {
.pb { border-top: 1px dashed #C0C0C0; border-bottom: 1px dashed #C0C0C0 }
}
@media print {
.pb { border-top: 0px; border-bottom: 0px }
}
@media screen,print {
.pb { height: 1px }
}

useful to anybody, in order to replicate the funcionality?

Luigi


N.B. ...or I just missed it, and the right markup is already there in
the wiki...

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to