PDF creator makes page break on blockquotes

I am trying to print a webpage in PDF but pdfcreator adds a pagebreak before all blockquotes. this makes huge blank spaces between pages sometimes.
I tried adding these style in the document under blockquote:

page-break-after: avoid;
page-break-before: avoid;
page-break-inside: avoid;
break-after: avoid;
break-before: avoid;
break-inside: avoid;

but did not help

Hi,

did you try printing from a different browser?
How does it look if you print it to a different printer?
PDFCreator shouldn’t be adding the pagebreaks, it is likely they are being added elsewhere.

Best regards,

Robin

i tried firefox, chrome, opera, internet explorer

all are doing the same thing