I am having a problem getting text in a footer to align against the right margin in the @bottom-right box. The text appears as expected in the box but it is aligned left.
I've checked the examples and there doesn't seem to be anything special formating required to get text to align to the right. When I place a page number in the @bottom-right box, it aligns to the right as expected without any special formatting.
Here is the code I'm using to place the text with the pubdate class in the footer.
I am using Prince 5.1 on linux. Any help would be appreciated.
I've checked the examples and there doesn't seem to be anything special formating required to get text to align to the right. When I place a page number in the @bottom-right box, it aligns to the right as expected without any special formatting.
Here is the code I'm using to place the text with the pubdate class in the footer.
@page :right {
@bottom-left {
content: flow(issue1);
vertical-align:top;
}
@bottom-right {
vertical-align:top;
content: flow(footer2);
}
}
.pubdate {
font-size:8pt;
flow: static(footer2);
}
I am using Prince 5.1 on linux. Any help would be appreciated.