check your code. the only thing that could do this is another piece of code,
like a "p", that is set to align left in the td tag.

<td align="right">
        <p align="left">text will go left</p>
</td>

<td align="right">
        text will go right
</td>

<td align="right">
        <div align="left">text will go left</div>
</td>

also see if there any style sheets being called on the page

<style type="text/css">
        td {text-align : left;}
</style>

<td align="right">
        text goes left
</td>

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 8:46 AM
To: CF-Talk
Subject: Re: simple right-justify dollar fields in tables?


On 6/5/02, Ed Gordon penned:
>I'm putting in <TD ALIGN=RIGHT> but the darn things are left-justified.

That's strange.

>Any clue how to (easily) get decimal places in a column to line up nice?

Yes, <TD ALIGN=RIGHT>. :)

Are you sure you don't have valign=right or something?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to