How can I center text within a table cell in a PDF...
# advancedpdf
g
How can I center text within a table cell in a PDF?
text-align: center;
doesn't work
j
Mine looks like this and seems to look just fine:
Copy code
<td align="center">some table data here</td>
👍 1
g
That worked, thank you! I forgot it was web 1.0 in PDFs for some things.