Forum How do I...?

column-count in @page

gt
Should you be able to use column-count inside an @page def?

eg:
@page in_pdfpage_div_283508 {
	column-count: 2;
}
div#part283508 {
	page: in_pdfpage_div_283508;
}


Or is it something that can only be used in block-level elements?

Thanks,
Gary
mikeday
Only block-level elements at the moment, although it could make sense to apply it to pages as well. It's something we'll have to look at in the future.
gt
Thanks Mike.

Is there a definitive list of what is (or isn't) currently allowed inside @page defs?

Regards,
Gary.
mikeday
The following properties can be used inside @page rules:

- prince-bleed
- marks
- size
- prince-shrink-to-fit
- prince-trim

Other properties may still be used, but they have no effect on the page, and will simply be inherited into any page margin boxes that are in use, such as @top or @bottom.