Re: right justifying table cell text

2003-03-20 Thread J.Pietschmann
Afshartous, Nick wrote: Thanks Roland. I've tried using text-align="end" but for some reason its not having the desired result in my case. I'm trying to align the page numbers in a TOC. This is a FAQ: http://xml.apache.org/fop/faq.html#page_number_align The problem will be fixed in the next relea

RE: right justifying table cell text

2003-03-20 Thread Afshartous, Nick
Title: RE: right justifying table cell text   > >I'm trying to rigth justify the text in a table cell. > > Use a block: > >     Ok, now I see why text-align="end" does not work in my case.  Its because the text-align does not seem to have any effect on t

RE: right justifying table cell text

2003-03-20 Thread Afshartous, Nick
Title: RE: right justifying table cell text   > >I'm trying to rigth justify the text in a table cell. > > Use a block: > >     Thanks Roland.  I've tried using text-align="end" but for some reason its not having the desired result in my case. I&#

RE: right justifying table cell text

2003-03-19 Thread Roland Neilands
Nick, >I'm trying to rigth justify the text in a table cell. Use a block: Cheers, Roland - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

right justifying table cell text

2003-03-19 Thread Afshartous, Nick
Title: right justifying table cell text   Hi, I'm trying to rigth justify the text in a table cell.  The chapter on tables in Pawson's book says that cell content may be horizontally aligned using the text-align property (valid values are start, center, end, and justify).