>>>>> "Chris Bowditch" <[EMAIL PROTECTED]>:

>> From: Steinar Bang <[EMAIL PROTECTED]>
> <snip/>

>> I have two URLs in table cells, that breaks in this manner:
>> ht-
>> ttp://somemachine/path/to/some-
>> where

> Take a look at

> http://xml.apache.org/fop/faq.html#cells-overflow

> Specifically the bit about inserting zero-width spaces. That will
> allow FOP to break your http where you have inserted the spaces.

Thanx for the tip!

I tried inserting &#200b; after "http://";.  The result was like this:

 http://                   some-
 machine/path/to/somewhere

The result I was hoping for, was:

 http://                   
 somemachine/path/to/somewhere


There is room enough on the second line to fit everything after
"http://";, but there may be some special handling for the last lines
of paragraphs?

Thanx!


- Steinar


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

Reply via email to