Thanks! Both worked flawlessly. :)

C

-----Original Message-----
From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 4:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Linebreaks inside of tables etc.


Cory McNeely wrote:
> 1) How do I insert a blank line into a cell in a table object?
Use the space-before property or margin-top (the difference is that
space before will not be applied after a page break). For example:
  <fo:block space-before="6pt">Section 2: This is section 2 text.</fo:block>

> 2. How do I format text (bold etc) with different formats in a fo:block.
For
> instance if I want to make the sections of the previous example bold. I
can
> accomplish this by wrapping them in their own fo:blocks, but that
generates
> an unwanted newline.

Use fo:inline. For example
<fo:inline font-weight="bold">Bold stuff</fo:inline>

J.Pietschmann




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



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

Reply via email to