Hi, I'm using the below tag in one of the jsf page, of an adf application. I would like to align the text to the center of the page. The inlineStyle attribute , takes the value for the center alignment, but not working. Where as other inline style attributes are working. Could some one help me to align the text to center. Thanks.
<af:outputText value="TEXT" id="ot1" noWrap="false"
inlineStyle="font-size:x-large; text-align:center; font-weight:bolder;"/>