Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Show heading 1 in Custom Header?

Deleted user May 13, 2013

Hi Confluence,

Is there CSS that allows a Confluence page's H1 to display in the header (Enter Custom Header)? Sure makes long, exported PDFs easier to read...

Thank you,

--Julie

3 answers

1 vote
Steffen Heller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2013

Yes, there is. This CSS displays h1s in the top-center position of the header:

h1 {
position: running(header1);
}
 
@page {
@top-center {
content: element(header1);
}
}

But I doubt it will be easy to read.

With this the h1 headlines are moved (not copied!) from the page to the header and so it is hard to tell where on the page a new h1 chapter begins.

Deleted user May 14, 2013

Thank you, Mary and Steffen. I will experiment and update the thread.

--Julie

Deleted user May 19, 2013

I can duplicate Steffen's "move H1 headings to the header," but I am not able to modify it appropriately or use Mary's reference to the Print Stylesheet instructions to create an elegant running header. Has anyone online actually accomplished it?

0 votes
Steffen Heller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 20, 2013

@Julie:

What have you tried? Have you defined your formats with

h1, h2 {
/* define color, size, etc. here */
}

Doesn't that work?

0 votes
m
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2013

Julie,

You should be able to modify the Print Stylesheet to do this in PDF

https://confluence.atlassian.com/display/DOC/Customising+Exports+to+PDF

Mary

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events