I have a follow up question that I submitted last Thursday. I exported my pages to a PDF file and inserted a page break using the following method.
h1 {
page-break-before: always;
}
https://answers.atlassian.com/questions/20972/keeping-sections-together-in-a-pdf-file
Would it make a difference if I manually inserted page breaks? It seems like I might still end up with blank pages. It seems like "keep with next" would have solved the issue. Is there a feature request for it to be implemented?
Theoretically "keep with next" could be simply recreated with
h1+img { page-break-before:avoid; }
Unfortunatelly it is not that easy because in reality the image does not directly follow the h1 heading but has a hidden <p> in between.
I haveon't gotten a response back? Does anyone have any suggestions? We added a custom macro to create a page break. It didn't fix the issue I was having.
It seems like "keep with next" would have solved the issue. Is there a feature request for it to be implemented?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't gotten a response back? Does anyone have any suggestions? We added a custom macro to create a page break. It didn't fix the issue I was having.
It seems like "keep with next" would have solved the issue. Is there a feature request for it to be implemented?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.