[reportlab-users] carriage return in paragraph?
Dirk Holtwick
reportlab-users@reportlab.com
Fri, 11 Apr 2003 18:01:55 +0200
Dinu Gherman wrote:
> François Heredero - Top Music SA:
>> It's possible to make a carriage return inside a paragraph,
>> like in html ?
> No, because conceptually you'd end up with two paragraphs.
> So, why not make two paragraphs from the start?
The <br> tag could be interesting, because then you have the same space
between lines that are wrapped within a paragraph and the text following
the <br> tag. Otherwise you often have trouble with styles that specify
more space between paragraphs.
dirk