xsl fo - XSL Fo - No Page Break in element -


i have problem fo flow, because on 1 page title shows in end of 1 page , continues on page after. how can add attribute title-element title displayed on same page, means: no page break.

thanks!

/dannie

try adding keep-together.within-page="always" fo:block contains title.

example:

<fo:block keep-together.within-page="always">your title...</fo:block> 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -