-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Current Behavior:
The Title Page customized HTML in Confluence Cloud does not support content overflow across multiple pages. When content exceeds the page limit, it is cut off at the bottom, resulting in incomplete information on the title page.
Ideal Behavior:
The Title Page customized HTML should allow content to overflow to subsequent pages, ensuring all content is displayed as intended. For example, when adding extensive content in the Title field under Space settings > Look and feel > PDF export, the content should seamlessly continue onto a new page if it exceeds the first page's capacity.
Example Scenario:
When the following HTML is added to the Title field:
<div> Test <br /> <!-- Multiple line breaks --> <br /> Test 2 </div>
The expected behavior is for "Test" to appear on the first title page and "Test 2" to appear on a second title page. However, currently, "Test 2" does not appear at all, as demonstrated in the attached PDF.