GMR Admin
10/14/2024, 6:12 PMCeligo AI
10/14/2024, 6:12 PMAI generated answer (using internal Slack threads):To center text within a table cell in an Advanced PDF template, you can use CSS properties within the
<td>
tag. Here is an example:
html
<td style="text-align: center; vertical-align: middle;">Your Text Here</td>
In this example, text-align: center;
will center the text horizontally and vertical-align: middle;
will center the text vertically within the table cell.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/14/2024, 6:12 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835395098
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826887667
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825748742
Celigo AI
10/14/2024, 6:12 PMCeligo AI
10/14/2024, 6:17 PM