<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px">Hello,<br style="" class=""><br style="" class="">I am using RenderX Xep 4.23.355 with the following fo file to implement table align center. <br style="" class=""><br style="" class=""><?xml version="1.0" encoding="UTF-8"?> <br style="" class=""><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"><br style="" class="">    <fo:layout-master-set><br style="" class="">        <fo:simple-page-master master-name="sample"><br style="" class="">            <fo:region-body/><br style="" class="">        </fo:simple-page-master><br style="" class="">    </fo:layout-master-set><br style=""
 class="">    <fo:page-sequence master-reference="sample"><br style="" class="">        <fo:flow flow-name="xsl-region-body"><br style="" class="">            <fo:block><br style="" class="">                <fo:inline><br style="" class="">                    Test content.<br style="" class="">                </fo:inline><br style="" class="">            </fo:block><br style="" class="">            <fo:table-and-caption text-align="center"><br style=""
 class="">                <fo:table width="100pt" table-layout="fixed" text-align="start"<br style="" class="">                    border="solid 1pt"><br style="" class="">                    <fo:table-column column-width="100pt"/><br style="" class="">                    <fo:table-body><br style="" class="">                        <fo:table-row><br style=""
 class="">                            <fo:table-cell><br style="" class="">                                <fo:block>This table needs to be centered.</fo:block><br style="" class="">                            </fo:table-cell><br style="" class="">                        </fo:table-row><br style=""
 class="">                    </fo:table-body><br style="" class="">                </fo:table><br style="" class="">            </fo:table-and-caption><br style="" class="">           <br style="" class="">        </fo:flow><br style="" class="">    </fo:page-sequence><br style="" class=""></fo:root><br style="" class=""><br>The above code does not work when I generate a pdf from file even though it should.<br><br>Can you please assist in fixing this issue to center align tables in my pdf? It is a requirement for that I have to meet please.<br><br>I tried the approach of nesting my tables inside
 another table but then my PDF becomes non compliant with section 508 due to the fact that the outer tables are missing table header.<br><br>Thanks.<br style="" class=""><div style="" class=""><br style=""></div></div>
!DSPAM:87,54651ed210108999813229!

</body></html>