align
am 01.01.2008 09:56:34 von arafat uddin
------=_Part_25181_28502654.1199177794159
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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?
------=_Part_25181_28502654.1199177794159--
RE: align
am 01.01.2008 17:20:53 von 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: arafat.cse@gmail.com
> To: php-db@lists.php.net
> Subject: [PHP-DB] align
>=20
> hi,
> i hav fall in a problem
> my problem is
>=20
> in the table
> digit shows like below
>=20
> 12,000.00
> 6,000.00
> 3,000.00
> 1,00.00
>=20
> but i have to align from right
> like
> 12,000 .00
> 6,000 .00
> 3,000 .00
> 1,00 .00
>=20
> how it possible?
____________________________________________________________ _____
Read what Santa`s been up to! For all the latest, visit asksantaclaus.space=
s.live.com!
http://asksantaclaus.spaces.live.com/=
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: align
am 01.01.2008 17:59:30 von 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:bastien_k@hotmail.com]
> Sent: Tue, January 01, 2008 11:21 AM
> To: arafat uddin; php-db
> Subject: RE: [PHP-DB] align
>
>
>
> 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: arafat.cse@gmail.com
> > To: php-db@lists.php.net
> > Subject: [PHP-DB] align
> >
> > 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?
>
> ____________________________________________________________ _____
> Read what Santa`s been up to! For all the latest, visit
> asksantaclaus.spaces.live.com!
> http://asksantaclaus.spaces.live.com/
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php