Hi,
I am building a dynamic agenda, with table blocks. For printing, I would like to keep the blocks together on a page, so I am using the following CSS style:
.keepblock
{
page-break-inside: avoid
}
Strange thing is that this doesn't work with printing, but when i convert this page into a pdf, it takes the blocks in one whole and avoids pagebreaks within this table.
Does anyone has got a reason and a solution why it works on converting to a pdf and NOT on a regular print of the webpage?
I am building a dynamic agenda, with table blocks. For printing, I would like to keep the blocks together on a page, so I am using the following CSS style:
.keepblock
{
page-break-inside: avoid
}
Strange thing is that this doesn't work with printing, but when i convert this page into a pdf, it takes the blocks in one whole and avoids pagebreaks within this table.
Does anyone has got a reason and a solution why it works on converting to a pdf and NOT on a regular print of the webpage?