alignment

I have this:
 
<fo:table-row border-width="0.5pt">
    <xsl:apply-templates select="CustomerNumber | PreInc | PostInc |
ChangeAmount | ChangePercentage" />
</fo:table-row>
 
I want to left justify some of the columns and right justify others.  How
can I do this?

Received on Friday, 25 April 2003 11:20:39 UTC