Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<af:outputText> How to align center.

GPS-OracleFeb 13 2012 — edited Feb 13 2012
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;"/>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2012
Added on Feb 13 2012
2 comments
1,889 views