Hi
I'm struggling to get values to align in my table columns and my users don't want me use zeros as padding 0000.00
I have tried various options in the mask inc <PRE> which alters font and adds a carriage return even with CRStrip. so at present my output still looks like this
0.00
53.34
123.23
i want the decimal places to line up
here is my current code
<td><cfoutput> #NumberFormat(HydogQTY,'____._')#</cfoutput></td>
any help mucho appreciated
chris
I'm struggling to get values to align in my table columns and my users don't want me use zeros as padding 0000.00
I have tried various options in the mask inc <PRE> which alters font and adds a carriage return even with CRStrip. so at present my output still looks like this
0.00
53.34
123.23
i want the decimal places to line up
here is my current code
<td><cfoutput> #NumberFormat(HydogQTY,'____._')#</cfoutput></td>
any help mucho appreciated
chris