Running Prince 8.0 Beta 1.
CSS1:
CSS2:
Example of use:
When rendered into PDF, the @top-left and @top-right areas on every page contain only the first invocation of the streetx class, as shown: "Phase I - Benchmark" (without the quotation marks).
If I comment out the "display: none;" line, the streetx content is correctly displayed on every page.
Have I missed something in the documentation, or might this be a bug?
Thanks,
Jim
CSS1:
@page serial {
@top-left { content: string(headtext, first) }
@top-right { content: string(headtext, last) }
}
CSS2:
.streetx {
display: none;
string-set: headtext content();
}
Example of use:
<div class='streetx'>Phase I - Benchmark</div>
When rendered into PDF, the @top-left and @top-right areas on every page contain only the first invocation of the streetx class, as shown: "Phase I - Benchmark" (without the quotation marks).
If I comment out the "display: none;" line, the streetx content is correctly displayed on every page.
Have I missed something in the documentation, or might this be a bug?
Thanks,
Jim