xsl-list
[Top] [All Lists]

Re: [xsl] Different Font Size in a block

2012-01-24 17:41:32

Am 24.01.2012 23:19, schrieb Jesse Schaaf:
There has to be a simple answer to this one.
I have a block statement as such:
<fo:block>&#x2022; = Utilization Management (UM) </fo:block>

However the bullet(or &#x2022;) needs to be in a larger font. I know I can add font-size to the block statement but that would increase the other text inside the block which I do not want to do.

I know this is not correct but here is what I am trying to do:
<fo:block><FONT line-height="13pt" font-size="15pt"> &#x2022;</FONT> = Utilization Management (UM)</fo:block>

I tried using another block but it forces a line break. I know I can use a table with two cells however I have to believe there is a simple tag I can use for this?


Try fo:inline (http://www.w3schools.com/xslfo/obj_inline.asp)

Best regards,

Christian

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>