Insert a page break when printing in IE

1–2 minutes

read

Using CSS it’s possible to control when page breaks appear.

p {
    page-break-after : always;
}

Leave a Reply

Discover more from Matt White

Subscribe now to keep reading and get access to the full archive.

Continue reading