I want to add a Title Page to our Global settings for exporting pdf. I following the direction for adding to the global settings but nothing is happening. What am I doing wrong?
This is what I have:
Title Section:
<div style="margin: 0; padding: 0; height: 100%; display: flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; width: 100%;">
<h1 style="font-size: 3em; color: #333;">Title Page</h1>
</div>
PDF Stylesheet
.fsTitlePage { margin-left: auto; margin-top: 50mm; margin-right: auto; page-break-after: always; }
.fsTitle { font-size: 42px; font-weight: bold; margin: 72px 0 4px 0; text-align: center; }