Hi Dj, Search for "<<<Error found>>>" in your heavy snippet below...
HTH, Pascal > -----Original Message----- > From: Debasish Jana [mailto:[EMAIL PROTECTED] > > Many thanks for your prompt reply. > A sample xsl-fo file is given below. > > The problem we see is as follows: > > If we render this fo to PDF, the output shows, the tables > with borders unaligned on the right side. Ideally, we would > love to have the borders of the nested table falling on one > another so that it looks nice. > > Any clue, please? > > ------- > <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" > xmlns:repro="http://www.anshinsoft.com/fop/extensions"> > > <fo:layout-master-set> > > <fo:simple-page-master master-name="repro0" margin-top="10.0pt" > margin-bottom="10.0pt" margin-left="10.0pt" margin-right="10.0pt" > page-height="842pt" page-width="595pt"> > <fo:region-body margin-top="20.0pt" margin-bottom="15.0pt" > margin-left="10.0pt" margin-right="10.0pt"> </fo:region-body> > </fo:simple-page-master> > > </fo:layout-master-set> > > <fo:page-sequence master-reference="repro0"> > > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="184.0pt"></fo:table-column> > <fo:table-column column-width="184.0pt"></fo:table-column> > <fo:table-column column-width="184.0pt"></fo:table-column> > > <fo:table-header> > <fo:table-row height="12pt"> > <fo:table-cell background-color="#6699FF" width="184.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block></fo:block></fo:table-cell> > <fo:table-cell background-color="#6699FF" width="184.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block></fo:block></fo:table-cell> > <fo:table-cell background-color="#6699FF" width="184.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block></fo:block></fo:table-cell> > </fo:table-row> > </fo:table-header> > > > <fo:table-body> > <fo:table-row height="75pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="552.0pt" > number-columns-spanned="3" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block> > > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="550.0pt"></fo:table-column> > > <fo:table-header> > <fo:table-row height="15pt"> > <fo:table-cell background-color="#6699FF" width="550.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block><fo:block text-align="left" > white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">IN</fo:inline></fo:block></fo:block></fo:t able-cell> > </fo:table-row> > </fo:table-header> > > > <fo:table-footer> > <fo:table-row height="12pt"> > <fo:table-cell width="550.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block></fo:block></fo:table-cell> > </fo:table-row> > </fo:table-footer> > > > <fo:table-body> > <fo:table-row height="46pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="550.0pt" > number-columns-spanned="3" --------------------------^ <<<Error found>>> Your table consists here in 1 column... So your table-cell overflows your table here... > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block> > > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="548.0pt"></fo:table-column> > > <fo:table-header> > <fo:table-row height="15pt"> > <fo:table-cell background-color="#6699FF" width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block><fo:block text-align="left" > white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">MA</fo:inline></fo:block></fo:block></fo:t able-cell> > </fo:table-row> > </fo:table-header> > > > <fo:table-footer> > <fo:table-row height="12pt"> > <fo:table-cell width="548.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block></fo:block></fo:table-cell> > </fo:table-row> > </fo:table-footer> > > > <fo:table-body> > <fo:table-row height="17pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block> > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > > <fo:table-body> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">KIMA</fo:inline></fo:block></fo:block></fo :table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">1</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">100</fo:inline></fo:block></fo:block></fo: > table-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">KIMA</fo:inline></fo:block></fo:block></fo :table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">16</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">5</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">MUMBAI</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">14</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">84</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">MUMBAI</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">44</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">44</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > </fo:table-body> > > </fo:table> > > </fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > > </fo:table> > > > > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="548.0pt"></fo:table-column> > > <fo:table-header> > <fo:table-row height="15pt"> > <fo:table-cell background-color="#6699FF" width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block><fo:block text-align="left" > white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">ST</fo:inline></fo:block></fo:block></fo:t able-cell> > </fo:table-row> > </fo:table-header> > > > <fo:table-footer> > <fo:table-row height="12pt"> > <fo:table-cell width="548.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block></fo:block></fo:table-cell> > </fo:table-row> > </fo:table-footer> > > > <fo:table-body> > <fo:table-row height="17pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block> > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > > <fo:table-body> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">C1</fo:inline></fo:block></fo:block></fo:t able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">10</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">54</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">C1</fo:inline></fo:block></fo:block></fo:t able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">26</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">57</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">C2</fo:inline></fo:block></fo:block></fo:t able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">61</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">82</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">C3</fo:inline></fo:block></fo:block></fo:t able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">68</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">22</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > </fo:table-body> > > </fo:table> > > </fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > > </fo:table> > > > > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="548.0pt"></fo:table-column> > > <fo:table-header> > <fo:table-row height="15pt"> > <fo:table-cell background-color="#6699FF" width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> <fo:block><fo:block text-align="left" > white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">WB</fo:inline></fo:block></fo:block></fo:t able-cell> > </fo:table-row> > </fo:table-header> > > > <fo:table-footer> > <fo:table-row height="12pt"> > <fo:table-cell width="548.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block></fo:block></fo:table-cell> > </fo:table-row> > </fo:table-footer> > > > <fo:table-body> > <fo:table-row height="17pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="548.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block> > <fo:table table-layout="fixed" border-top-width="1.0pt" > border-top-style="solid" border-top-color="#000000" > border-bottom-width="1.0pt" border-bottom-style="solid" > border-bottom-color="#000000" border-left-width="1.0pt" > border-left-style="solid" border-left-color="#000000" > border-right-width="1.0pt" border-right-style="solid" > border-right-color="#000000"> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > <fo:table-column column-width="182.0pt"></fo:table-column> > > <fo:table-body> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">DUMDUM</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">1</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">2</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">DUMDUM</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">14</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">47</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">KOLKATA</fo:inline></fo:block></fo:block>< /fo:table-cell > > > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">1</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">2</fo:inline></fo:block></fo:block></fo:ta > ble-cell> > </fo:table-row> > > <fo:table-row height="15pt" line-height="85%" space-before="0pt" > space-after="0pt" padding="0pt" border-width="0pt" top="0pt" > bottom="0pt"> <fo:table-cell width="182.0pt" > wrap-option="no-wrap" display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">KOLKATA</fo:inline></fo:block></fo:block>< /fo:table-cell > > > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">11</fo:inline></fo:block></fo:block></fo:t > able-cell> > <fo:table-cell width="182.0pt" wrap-option="no-wrap" > display-align="before" > text-align="left"> > <fo:block><fo:block text-align="left" white-space-collapse="false" > linefeed-treatment="preserve" white-space-treatment="preserve" > line-height="85%"><fo:inline color="#000000" text-decoration="none" > font-family="'Tahoma'" font-size="12pt" font-weight="normal" > font-style="normal">22</fo:inline></fo:block></fo:block></fo:t > able-cell> > </fo:table-row> > > </fo:table-body> > > </fo:table> > > </fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > > </fo:table> > > > </fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > > </fo:table> > > > </fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > > </fo:table> > > </fo:block><fo:block id="theEnd0"></fo:block></fo:flow> > </fo:page-sequence> > </fo:root> > ------- > > > > -----Original Message----- > From: Manuel Mall [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 7:43 PM > To: [email protected] > Subject: Re: FOP 0.92 Beta : fo:table under fo:table-cell > > On Monday 17 July 2006 21:57, Debasish Jana wrote: > > Hi: > > > > I am creating a fo:table under a fo:block which is under a > > fo:table-cell. The first table has one column, one row, of width > > 200pt, having table borders of width 2pt on all four sides. > The second > > table (child) is supposed to fill up or take up the entire area > > available, i.e. width 196pt and starting at relative-position of > > (2,2) from top-left corner of first table. > > > > I am getting it, but the alignment of the tables are not coming > > correct. The border of second and first tables are getting aligned > > together resulting in a feeling of double line border on the right. > > > > Any clue? > > > > Can you post a short sample fo file demonstrating the > behaviour you describe please. > > > Regards, > > > > Debasish > > > > Manuel > = > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
