Highlight Text in Advanced PDF/HTML Template
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.
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Click Edit on desired template
- 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> - Click Save
Note: Change the background-color value depending on the color that you wish to highlight the text with.