You could also wrap the text in a PRE tag. Keeps space formatting.

<!----------------//------
andy matthews
web developer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: PINE Phyo Z [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 11:06 AM
To: CF-Talk
Subject: RE: RJustify Question


Table and div solutions are good. For some reasons if they don't work,
using the tag below will solve the issue.

<cfprocessingDirective suppressWhitespace="No">
<pre>
 <!--- Align nicely without CF codes here --->
</pre>
</cfprocessingDirective>

HTH

Pine



-----Original Message-----
From: Eric Roberts [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 02, 2006 8:54 PM
To: CF-Talk
Subject: RE: RJustify Question


Use a table and right align the columns...

Eric

-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]
Sent: Thursday, 02 February 2006 19:03
To: CF-Talk
Subject: RJustify Question

Trying to align a column of integers

   9
  11
999
  77
   3

So, the below does nothing:

#RJustify(9, 3)#
#RJustify(11, 3)#
#RJustify(999, 3)#


Suggestions?







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231259
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to