[PHP-DB] align

2008-01-01 Thread arafat uddin
hi, i hav fall in a problem my problem is in the table digit shows like below 12,000.00 6,000.00 3,000.00 1,00.00 but i have to align from right like 12,000 .00 6,000 .00 3,000 .00 1,00 .00 how it possible?

RE: [PHP-DB] align

2008-01-01 Thread Bastien Koert
assuming that the data sits in a table, right align the cell or use a css class to do the same thing bastien > Date: Tue, 1 Jan 2008 14:56:34 +0600 > From: [EMAIL PROTECTED] > To: php-db@lists.php.net > Subject: [PHP-DB] align > > hi, > i hav fall in

RE: [PHP-DB] align

2008-01-01 Thread Gary Wardell
Or even if it's not in a table, put a div around it and use: style=" text-align: right " or equivalent css Of course this assumes he's using html to display it. Gary > -Original Message- > From: Bastien Koert [mailto:[EMAIL PROTECTED] > Sent: Tue, January 01, 2008 11:21 AM > To: arafa