You need to sign in to do that
Don't have an account?
GerhardNewman2
The above code does not align my text to the right (but as far as I can tell from the documentation, it should).
Can this be confirmed as a bug?
outputtext alignment
Code:
<apex:outputtext dir="RTL" value="Total {!OpenTotal}"/>
The above code does not align my text to the right (but as far as I can tell from the documentation, it should).
As a workaround I am using standard html such as this:
Code:
<table width="100%"><tr align="right"><td><b>Total {!OpenTotal}</b></td></tr></table>
Can this be confirmed as a bug?
All Answers
Your use of Align is the best way to go.
Message Edited by Ron Hess on 06-05-2008 02:54 PM