----- Original Message -----
Sent: Monday, January 16, 2006 1:11 PM
Subject: line break (<br>)

HEllo
i have one great problem
into one String i have several <br>
i am trying to write this into one pdf as one line break (<br> into html) but i dont solve this problem
can anybody helps me?
thanks
 
One way to get a line break is to use an empty block:
 
<fo:block/>
 
Depending on what attributes the containing block has, you may also need to specify the height of the block:
 
<fo:block line-height="0"/> should give you a line break without producing an empty line.
 
HTH
 
Jay Bryant
Bryant Communication Services

Reply via email to