Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can find all related documentation in at the button bottom of this page.

Creating a Custom

...

Stylesheet

Note
titleAdministrators only!

Please note that you have to have administrator rights in order to carry out the below steps.


  1. Create or modify a Custom style sheetstylesheet using the following CSS code:

    Code Block
    languagecss
    a.embedded-page-link::after{
        content: "("target-counter(attr(href), page, decimal)")";
    }


  2. 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:

...

  1. Go to your first exportable page (in this case it is the  "Embedded link Home")
  2. In the page menu click on Export to PDF
  3. Customize for this export
  4. Click on Stylesheet (CSS) → Edit
  5. Select the custom style sheet you created (see Creating a Custom Style Sheet).
  6. Click on Apply to save your settings
  7. Select content as desired (in this case the "Current page with all child pages" option has been selected)
  8. 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
related
related
Related articles

Custom stylesheet

User macro

...