Hi,
I went to "Space Settings">"Look and Feel" > "PDF Stylesheet" and tried to change things like changing when the page breaks occur and adding page numbers when I export to a PDF. I used the CSS:
h1, h2, h3 {
page-break-before: always; }
@pagetTeng
{
@bottom-center
{
content: "Page " counter(page) " of " counter(pages);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
}
Nothing I do in the PDF Stylesheet is showing up when I export a Page to a PDF. Can you tell me what I'm doing wrong and how I can adjust the PDFs of the different pages I created?