Join Slack
Powered by
<@U5ENDR0E9> I am assuming you are having issues s...
# advancedpdf
s
scottvonduhn
12/16/2021, 6:59 PM
@ajrey77
I am assuming you are having issues specifically with text-align inside of table cells (td and th tags) specifically? If so, there is a known behavior with bFO where it inserts implicit paragraph (p tags) around the context of your table cells, and the p tags have a default text-align of justified. See this link for an explanation of the issue and how to resolve it:
https://blog.prolecto.com/2016/03/18/netsuite-advanced-pdf-templates-how-to-fix-table-cell-alignment-justification-anomaly/#comment-7101
The short fix is to add
td p { align: left }
to your styles, and that should fix it, if your issue is specifically within tables.
a
ajrey77
12/16/2021, 7:54 PM
Thank you. This fixed my issue,
👍 1
3
Views
Open in Slack
Previous
Next