I have a table with 4 columns. One of the cells has text in it that is
bigger than the size of the column and the text is over-writing the text in
the following cell. How do I stop this? I have this:

<fo:table>
        <fo:table-column column-width="2.625in"/>
        <fo:table-column column-width="2.625in"/>
        <fo:table-column column-width="2.625in"/>
        <fo:table-column column-width="2.625in"/>
        <fo:table-body>
                <fo:table-row>
                        <fo:table-cell>
                                <fo:block
                                        text-align="start"
                                        font-size="10pt"
                                        line-height="14pt"
                                        overflow="hidden"
                                        wrap-option="wrap">
                                        This is some text in cell 1 that
will over-write the text in cell 2.
                                </fo:block>
                        </fo:table-cell>
                        <fo:table-cell>
                                <fo:block
                                        text-align="start"
                                        font-size="10pt"
                                        line-height="14pt"
                                        overflow="hidden"
                                        wrap-option="wrap">
                                        This is some text in cell 2.
                                </fo:block>
                        </fo:table-cell>
                        <fo:table-cell>
                                <fo:block
                                        text-align="start"
                                        font-size="10pt"
                                        line-height="14pt"
                                        overflow="hidden"
                                        wrap-option="wrap">
                                        This is some text in cell 3.
                                </fo:block>
                        </fo:table-cell>
                        <fo:table-cell>
                                <fo:block
                                        text-align="start"
                                        font-size="10pt"
                                        line-height="14pt"
                                        overflow="hidden"
                                        wrap-option="wrap">
                                        This is some text in cell 4.
                                </fo:block>
                        </fo:table-cell>
                </fo:table-row>
        </fo:table-body>
</fo:table>


-Eric

============================================
Eric Deandrea
Software Engineer          (978) 698-6351      
Inforonics, Inc.           [EMAIL PROTECTED]
30 Porter Rd.
Littleton, MA 01460


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to