Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I’m looking for a theme for RocketCake that is well suited for magazine-style printing. It should handle page breaks well in A4 format. If someone could help, that would be great :-) |
||||
|
I guess you could just use any template or create the design yourself, and just do this for controlling page breaks: In RocketCake, cliek View -> HTML Code of Page -> Additional CSS and enter this: @media print Then, at the place where you want the page break, insert an empty container, right-click it, select "HTML Code..." -> "Additional Attributes" and enter this: class="pagebreak" (be sure to also enter the space in front of the text, important! Then it should do a page break when printing after this element. You can copy and paste that element whereever you want a manual page break then. |
||||
|
|