On Oct 22, 2008, at 21:15, gennady wrote:

Hi

I need the word "Notes:" to make in BOLD and attach it to the rest of text. This is easily done in HTML, but in FOP I put this and it doesn't work: <fo:table-cell font-size="11pt" text-align="left" font-family="sans- serif"
color="black">
                <fo:block>
<fo:block font-weight="bold">Notes:</ fo:block>

You want:
<fo:wrapper font-weight="bold">Notes:</fo:wrapper>


HTH!

Andreas

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

Reply via email to