Skip to main content
Participant
March 3, 2009
Question

Is there a way to keep headings together?

  • March 3, 2009
  • 1 reply
  • 602 views
I am investigating TCS 2 and producing HTMLHelp output.

In several locations in my Frame source files, I have a heading immediately followed by another heading, both of which by default generate new pages in the HTMLHelp output. The result is an orphan heading.

Is there a setting somewhere in RH, similar to the Webworks setting, that keeps headings together if there is no intervening text? Or is there some other solution that I am missing?

Thanks,

Bob
This topic has been closed for replies.

1 reply

Inspiring
March 18, 2009
If the second heading shouldn't create a new page, you can turn off the Pagination setting in RH. If you need it to start a new page in some instances but not others, the only way I have worked that out is to have those that shouldn't start a page be assigned a different paragraph style in FM and then mapped to another style in RH with the Pagination turned off.
Bob_LiesAuthor
Participant
March 19, 2009
Thanks for the response. It is disappointing that there is not simple way to override the pagination rule for a particular heading. Your style-based solution would certainly work. Thanks again.