Re: [css2xslfo-support] using css2fop1.jar occurs problems
Brought to you by:
wdonne
|
From: Grzegorz M. <cs...@wp...> - 2005-04-21 09:50:38
|
Matthias Wessendorf wrote:
> [INFO] area contents overflows area in line
Try to set style on all html elements, like this:
body, h1, h2, h3, p, div, [and others] {
hyphenate: false;
}
Should be good. An error ocures because elements don't fit in space
which FOP prepares for them and it tries to put them in next line (in
which they don't fit as well).
Grzegorz Makosa
|