Hi DJ, Your fo:table consists in 4 fo:table-column. In your 2nd fo:table-row, you have: - 1 fo:table-cell witch number-columns-spanned property is set to 4 - 3 simple fo:table-cell That give a total of 7 columns in your 2nd fo:table-row.
Extra fo:table-cell in your 2nd table-row come just after your 4th fo:table-column. HTH, Pascal > -----Original Message----- > From: Debasish Jana [mailto:[EMAIL PROTECTED] > > We had explore the situation, however, still facing some > problem when column span is present in a table cell. Without > column span, the situation looks ok. But when we put column > span in a cell, we see overlapping borders. Are we doing any > mistake somewhere? Please help. > > The sample fo file is given below. > ----- > <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:region-before region-name="Header"> </fo:region-before> > <fo:region-after region-name="Footer" extent="15pt"> > </fo:region-after> <fo:region-start region-name="LeftSide"> > </fo:region-start> <fo:region-end region-name="RightSide" > extent="10pt"> </fo:region-end> </fo:simple-page-master> > > </fo:layout-master-set> > > <fo:page-sequence master-reference="repro0"> > > <fo:static-content flow-name="Header"> > <fo:block-container height="20pt" width="575pt" top="0pt" left="0pt" > position="absolute"> > <fo:block> > </fo:block> > </fo:block-container></fo:static-content> > > <fo:static-content flow-name="Footer"> > <fo:block-container height="15pt" width="575pt" top="0pt" left="0pt" > position="absolute"> > <fo:block> > </fo:block> > </fo:block-container></fo:static-content> > > <fo:static-content flow-name="LeftSide"> <fo:block-container > height="787pt" width="10pt" top="20pt" left="0pt" > position="absolute" background-color="#3344FF"> <fo:block> > </fo:block> </fo:block-container></fo:static-content> > > <fo:static-content flow-name="RightSide"> <fo:block-container > height="787pt" width="10pt" top="20pt" left="0pt" > position="absolute" background-color="#365EFF"> <fo:block> > </fo:block> </fo:block-container></fo:static-content> > <fo:flow flow-name="xsl-region-body"> > <fo:block> > > <fo:table table-layout="fixed" padding-top="10.0pt" > padding-bottom="10.0pt" > padding-left="10.0pt" padding-right="10.0pt" margin-top="10.0pt" > margin-bottom="10.0pt" margin-left="10.0pt" margin-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#F0181C" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#F0181C" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#F0181C" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#F0181C" > background-color="#FFFFFF"> > <fo:table-column column-width="124.0pt"></fo:table-column> > <fo:table-column column-width="124.0pt"></fo:table-column> > <fo:table-column column-width="124.0pt"></fo:table-column> > <fo:table-column column-width="123.0pt"></fo:table-column> > > <fo:table-body> > > > <fo:table-row height="80pt" > > <fo:table-cell background-color="#FFFFFF" padding-top="10.0pt" > padding-bottom="10.0pt" padding-left="10.0pt" padding-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#16F028" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#16F028" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#16F028" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#16F028" > 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">text11</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell background-color="#FFFFFF" padding-top="10.0pt" > padding-bottom="10.0pt" padding-left="10.0pt" padding-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#14F745" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#14F745" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#14F745" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#14F745" > 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">text12</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell background-color="#FFFFFF" padding-top="10.0pt" > padding-bottom="10.0pt" padding-left="10.0pt" padding-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#1FFF4F" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#1FFF4F" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#1FFF4F" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#1FFF4F" > 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">text13</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell background-color="#FFFFFF" padding-top="10.0pt" > padding-bottom="10.0pt" padding-left="10.0pt" padding-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#12FF51" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#12FF51" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#12FF51" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#12FF51" > 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">text14</fo:inline></fo:block></fo:block></ fo:table-cell> > </fo:table-row> > > <fo:table-row height="80pt" > > <fo:table-cell background-color="#FFFFFF" padding-top="10.0pt" > padding-bottom="10.0pt" padding-left="10.0pt" padding-right="10.0pt" > border-top-width="10.0pt" border-top-style="solid" > border-top-color="#16F028" border-bottom-width="10.0pt" > border-bottom-style="solid" border-bottom-color="#16F028" > border-left-width="10.0pt" border-left-style="solid" > border-left-color="#16F028" border-right-width="10.0pt" > border-right-style="solid" border-right-color="#16F028" > number-columns-spanned="4" 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">text21</fo:inline></fo:block></fo:block></ fo:table-cell> > <fo:table-cell ><fo:block/></fo:table-cell> <fo:table-cell > ><fo:block/></fo:table-cell> > > <fo:table-cell ><fo:block/></fo:table-cell> > > </fo:table-row> > </fo:table-body> > > </fo:table> > </fo:block><fo:block id="theEnd4"></fo:block></fo:flow> > </fo:page-sequence> > </fo:root> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
