...
You can find all related documentation in at the button bottom of this page.
Creating a Custom
...
Stylesheet
Note | ||
---|---|---|
| ||
Please note that you have to have administrator rights in order to carry out the below steps. |
Create or modify a Custom style sheetstylesheet using the following CSS code:
Code Block language css a.embedded-page-link::after{ content: "("target-counter(attr(href), page, decimal)")"; }
- Create a user macro with the following settings:
...
To create a link on the "Embedded link Home" page page that links a table at the "Another page in the export" page, do the following steps:
...
- Go to your first exportable page (in this case it is the "Embedded link Home")
- In the page menu click on Export to PDF
- Customize for this export
- Click on Stylesheet (CSS) → Edit
- Select the custom style sheet you created (see Creating a Custom Style Sheet).
- Click on Apply to save your settings
- Select content as desired (in this case the "Current page with all child pages" option has been selected)
- Click on Export
...
Code Block |
---|
a.embedded-page-link-see::after{ content: "See on page: " target-counter(attr(href), page, decimal); } a.embedded-page-link-check::after{ content: "Check " target-counter(attr(href), page, decimal) " page."; } |
Anchor | ||||
---|---|---|---|---|
|
...