hi, I would like to add a specific content in the page header in the first page of all chapters.
I can identify each chapter with their own id.
Is it possible to add the id of the chapter somewhere in this style, to get that result? (suppose the id is "chapter1")
---------
@page chapter:first {
@top-right {content: "HEADER OF THIS CHAPTER" !important;}
}
--------
Thanks!
I can identify each chapter with their own id.
Is it possible to add the id of the chapter somewhere in this style, to get that result? (suppose the id is "chapter1")
---------
@page chapter:first {
@top-right {content: "HEADER OF THIS CHAPTER" !important;}
}
--------
Thanks!