I am trying to match a style where each note has a border on the top and bottom, like:
But when the note has a page break inside, then Prince puts the borders on each page. In the design, that isn't supposed to happen. There should only be a single top border at the start of the note and a single bottom border at the very end.
I can see that both behaviors can be desirable. Is there a flag to control this?
div.Note {
border-top: 3px solid black;
border-bottom: 1px solid black;
}
But when the note has a page break inside, then Prince puts the borders on each page. In the design, that isn't supposed to happen. There should only be a single top border at the start of the note and a single bottom border at the very end.
I can see that both behaviors can be desirable. Is there a flag to control this?
Edited by cayhorstmann