Not showing auto numbering of headings on header

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
ls1
Jr. Propeller Head
Posts: 3
Joined: Thu Jul 27, 2017 6:11 am

Not showing auto numbering of headings on header

Post by ls1 »

Hello everyone!

The case is that I need to have a header with just the text of heading1, but without the number in the beginning. I need to keep the number though at that position but in the main text.

I have this code for the header at the moment:
p.RunningHeadBody
{
font-family: arial;
font-size: 10pt;
mc-auto-number-format: '{ }';
}

And this for heading1:
h1
{
font-size: 18pt;
mc-auto-number-format: '{n+} ';
mc-auto-number-position: outside-head;
mc-auto-number-offset: 65px;
}

However, the outcome in the header is the following:
1 First Chapter

Is there anything I might be missing?

Thank you.
Post Reply