This topic is locked
[SOLVED]

 How to align my formatted currency amt to the right

9/8/2015 2:45:45 AM
PHPRunner General questions
K
KelvinChua author

Hi Gurus,
At my list box, I view my 'incomeamt' as custom;
if ($data["purpose"] == "Subscription"){

$value = str_format_currency($data["incomeamt"]);

}

else{

$value = '';

}
The list box is as below:


How do I align all the currency amt to the right?
Thanks in advance.
Kelvin Chua

SINGAPORE

K
KelvinChua author 9/8/2015

Hi All,
Please kindly ignore.
Managed to aligned them accordingly.
Thanks.
Kelvin Chua

SINGAPORE