Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
NSC | Apply Font Style on an Advanced PDF/HTML Template
A field enclosed in a <td> tag or <p> tag cannot be styled. The <font> tag is not supported on Advanced PDF/HTML Templates because it uses HTML5. One possible solution is to use the <span> tag to add attributes on the field.
1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
2. Preferred Advanced PDF/HTML Template: Click Edit
3. Top Right Corner: Toggle Source Code
4. Add below code:
<span style = "font-size: 10pt">${check.entity}</span>
5. Click Save
Note: Place the code on the position depending on where it is preferred to be displayed on the template.
Hopefully this works. Feel free to share us about your thoughts and tips 😊