I can't reproduce that with only your FO snippet. Have you got a keep-together="always" somewhere in your document? If yes, switch that to keep-together.within-column="always".
On 21.08.2008 13:56:31 Bones wrote: > > Ok, I think I might have found the issue. Not sure if this is a bug. If my > text has a hyphen in it, the text will not wrap. When I take it out, it > wraps. > > example > > "This is some really long text that runs into the next cell - try another > phrase." > > will not wrap. > > > > Bones wrote: > > > > Hi, > > > > I am upgrading a stylesheet from 0.20.5 to .95 and having some trouble > > with a cell not wrapping text. Here is my fo: > > > > <fo:table-cell wrap-option="wrap" padding-left="5px" padding-top="5px" > > padding-right="5px" border-top-style="solid" border-top-width="1pt" > > border-bottom-style="solid" border-bottom-width="1pt" > > border-start-style="solid" border-start-width="1pt" > > border-end-style="solid" border-end-width="1pt"> > > > > <fo:block space-after.optimum="8pt" font-size="10pt" > > hyphenate="true" > > wrap-option="wrap" language="en" overflow="hidden">This is some really > > long text that runs into the next cell.</fo:block> > > > > </fo:table-cell> > > > > I also tried hyphenation. I downloaded the fop-hyph.jar and placed in my > > /lib folder. I set my block attributes to hyphenate="true" > > wrap-option="wrap" language="en" - but no luck. > > > > What am I missing? > > > > Thanks, > > > > > > -- > View this message in context: > http://www.nabble.com/0.95-Table-cell-not-wrapping.-tp19087050p19087218.html > Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
