Highlight Text in Advanced PDF/HTML Template

Written by
Marsha Andres
Published on
June 27, 2023 at 11:17:23 PM PDT June 27, 2023 at 11:17:23 PM PDTth, June 27, 2023 at 11:17:23 PM PDT

Scenario

User needs to highlight a text on their printout.

Solution

In the Advanced PDF Template, look for the line where the text would be highlighted and enclose it with the <span> tag.

  1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
  2. Click Edit on desired template
  3. Look for the line you need to highlight and the code below:
    <span style="background-color:#FFFF00;">This is the text that would be highlighted </span>
  4. Click Save
    Note: Change the background-color value depending on the color that you wish to highlight the text with.