2022.2

Table Of Contents
1. OpenthestylesheetforthePrintcontext:ontheResourcespane,expandtheStylesfolderand
double-clickcontext_print_styles.css.
2. AddaCSSrule,likethefollowing:
p { widows: 4; orphans: 3 }
Per paragraph
Tochangethewidowororphansettingforoneparagraphonly:
1. OpentheFormattingdialog.Todothis,youcan:
l
SelecttheparagraphusingthebreadcrumbsortheOutlinepane(nexttotheResources
pane)andthenselectFormat > Paragraphinthemenu.
l
Right-clicktheparagraphandselectParagraph...fromthecontextualmenu.
2. AfterWidowsandOrphans,typetheminimumnumberoflinesthatshouldbekepttogether.
In tables
TheCSSpropertieswidowsandorphanscanbeusedintablestopreventanumberofrowsfrom
beingseparatedfromtherestofthetable.
AStandardTabledoesn'tflowovermultiplepagesbydefault.SplittingaStandardTableovermultiple
pagesrequiressettingtheConnect-specificdata-breakableattributeonallofitsrows.Youcan
eitheropentheSourcetab,orwriteascripttoreplaceeach<tr>with<tr data-breakable="">.
NotethattheeffectwillonlybevisibleinPreviewmode.
Tosetthenumberofwidowsandorphansforatable:
1. OpentheFormattingdialog.Todothis,youcan:
l
SelectthetableusingthebreadcrumbsortheOutlinepane(nexttotheResourcespane)
andthenselectFormat > Tableinthemenu.
l
Right-clicktheparagraphandselectTable...fromthecontextualmenu.
2. AfterWidowsandOrphans,typetheminimumnumberoftablerowsthatshouldbekept
together.
Pagebreaks
Apagebreakoccursautomaticallywhenthecontentsofasectiondon'tfitononepage.
Note: ImprovedpagebreakinginConnect2019.1mightimpactupontemplatesmadewithearlier
versions.See"KnownIssues"onpage80.
Page 139