hai,
how can i right align the amounts in the columns
pls hekp me urgent
Thanks and regrads
Krishna
It's actually really easy. Since DT1.1 doesn't allow any of the 'presentational' attributes on display:column any more you have to you CSS style information. In this cause you would write:
<display:column ... style="text-align:right;"/>
If you're not overly familiar with CSS a well structured reference site is: http://www.w3schools.com/css/css_reference.asp
-Tim Fennell Stripes: http://stripes.mc4j.org/
Log in to post a comment.
hai,
how can i right align the amounts in the columns
pls hekp me urgent
Thanks and regrads
Krishna
It's actually really easy. Since DT1.1 doesn't allow any of the 'presentational' attributes on display:column any more you have to you CSS style information. In this cause you would write:
<display:column ... style="text-align:right;"/>
If you're not overly familiar with CSS a well structured reference site is:
http://www.w3schools.com/css/css_reference.asp
-Tim Fennell
Stripes: http://stripes.mc4j.org/