A
A
Anton Shamanov2016-05-08 14:20:09
css
Anton Shamanov, 2016-05-08 14:20:09

How to print blocks only in their entirety?

Those. if some block (div) does not fit entirely on the page, it is transferred to the next one.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
My joy, 2016-05-10
@SilenceOfWinter

page-break-inside
Enables or disables a page break within an element when printed.

@media print {
    div {
        page-break-inside: avoid;
    }
}

page-break-before
page-break-after

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question