Discussions
NSC | Fix Uneven Table Borders in Advanced PDF/HTML Templates
Use Case:
Users may notice uneven table borders when printing transactions using Advanced PDF/HTML Templates.
This issue is commonly caused by using inline table properties such as border-right. Using CSS border styling instead provides more consistent table borders in generated PDF outputs.
How It Works:
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Locate the preferred template and click Edit or Customize
- On the upper-right corner, toggle Source Code
- Locate the CSS style for the Items Table
Note:
This is commonly identified using the table.itemtable tag.
5. Within the table.itemtable th CSS tag, add:
border: 1px solid black;
Alex Joves | Ask An Expert Live
Ask An Expert Live (AAEL) – An interactive program where Top Contributors share NetSuite expertise, answer your questions, and connect directly with the community. Designed to be informative and engaging, AAEL strengthens collaboration within the NetSuite Support Community. Click here to know more.
