xsl-list
[Top] [All Lists]

[xsl] Different Font Size in a block

2012-01-24 16:19:34
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?


--
Jesse Schaaf
Schaafnet Consulting
www.schaafnet.com
952-463-7625

--~------------------------------------------------------------------
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>