Hi Josh, Here you can use the same page layout for all chapters and topics and then change the last page footer to achieve what you want. Try adding the below CSS: @PAGE Common:-ro-last {
@bottom-left {
content: element(last_pageFooter);
}
}
footer.last_page {
position: running(last_pageF...
Hi Josh, You can add an outputclass to your <ol> in your dita file like below: <ol outputclass="ol_numbering" id="ol_1"> Now we can use this outputclass in Native PDF template CSS file to get desired look and feel. In your case you can add something like below:ol.ol_numbering {
list-style-type: l...
Hi, Please try adding the following CSS to your templates's CSS file: div[data-attr-othertype]>span.prefix-content {
display:none;
}
div[data-attr-othertype]:before{
content: attr(data-attr-othertype)": ";
} In this case it will pick the value of othertype attribute and put it before the prefix-...
Hi, Hope you are doing well.Can you please share the generated PDF's screenshot for the Content properties screenshot you shared in your query?That will help us in understanding the requirement clearly. Thanks and Regards,Surbhi Maheshwari
Hi Kiruthika, Currently it is not possible in Guides to set the offset for printer marks. Apologies for that.We would like to know the use case here. Why do you want to set it? Is the printing uses it in some way?Kindly let us know and it will help us in understanding the use case. Thanks and Regard...