Brett Harrison wrote:
I'm using flowText and trying to get the text to be right justified and vertically centered in a rectangular flowRegion.
I'm using justification="end" for the right justification but cant figure how to also make it vertically centered.
Any suggestions?
The attribute to use is 'vertical-align'. Note that right now this is an attribute not a CSS property, so it doesn't currently inherit as it probably should. It must be set on the 'flowRegion' element, not on the text content.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
