On 5/20/2003 3:45 PM, Kairi Henry wrote:
I've tried several things using these elements and it seems as thought the
only thing
I can do is change the font type and size. The inline container doesn't
display anything at all when I to use it. Is there anyone out there that has
had better luck?

I don't know specifics for what you're trying to use fo:inline & fo:inline-container for(?) but I use it to set inline font-weight (make one word out of a line of words bold/italic, etc.). I've also used it to "improve" the "centering" or "right-align" of text in fo:table-cells. Which makes me think [OT]... perhaps this could have something to do with the rendering "bug" in 0.20.5rc3 I e-mailed earlier about lies. Here's an example of my FO (looks OK to me):


<fo:table-row>
<fo:table-cell text-align="right">
<fo:block>
<fo:inline font-weight="bold">Bill<fo:inline font-size="4pt">&#160;</fo:inline>ID:</fo:inline>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<xsl:value-of select="EOB/BILLID"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell text-align="right">
<fo:block>
<fo:inline font-weight="bold">SSN:</fo:inline>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>
<xsl:value-of select="EOB/CLAIM/SSN"/>
</fo:block>
</fo:table-cell>
</fo:table-row>


--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


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



Reply via email to