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
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
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
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]
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).