Hello PrinceXml Users
i included a running header in page margin box for chapters. I want eliminate the running head on 1st chapter page. Can you give me a hint how to achieve this? here is the code:
[html]
<div class="chapter">
<h1 class="chapter">running head 1</h1>
[/html]
[css]
@page standard:left {
size: A4 portrait;
margin-left: 53mm;
margin-right: 26mm;
margin-top: 29mm;
margin-bottom: 58mm;
@top { content: string(title) }
}
[/css]
i included a running header in page margin box for chapters. I want eliminate the running head on 1st chapter page. Can you give me a hint how to achieve this? here is the code:
[html]
<div class="chapter">
<h1 class="chapter">running head 1</h1>
[/html]
[css]
@page standard:left {
size: A4 portrait;
margin-left: 53mm;
margin-right: 26mm;
margin-top: 29mm;
margin-bottom: 58mm;
@top { content: string(title) }
}
[/css]