RE: Table Alignment

2002-12-04 Thread Francis, Ronald

I have the smae problem , don't think fop supports it yet.
You could try putting your table inside another table with three equal width
cells.
Cheers,
Ronald

-Original Message-
From: sujata shetty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 04, 2002 2:49 AM
To: [EMAIL PROTECTED]
Subject: Table Alignment


Hi Evrybody,
   I have a PDF table created.

Now the table is placed in one corner of the page.
I want my table to be aligned at the center.
Is there any table property where I can set 
align = "center"?

Please help me out in this.

Thanks and Regards,
Sujata

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Table Alignment

2002-12-04 Thread Oleg Tkachenko
sujata shetty wrote:
Now the table is placed in one corner of the page.
I want my table to be aligned at the center.
Is there any table property where I can set 
align = "center"?
afaik the only way to center table using FOP at the moment is blind table 
usage, see http://marc.theaimsgroup.com/?l=fop-user&m=102952965830886&w=2.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Table Alignment

2002-12-04 Thread sujata shetty
Hi Evrybody,
   I have a PDF table created.

Now the table is placed in one corner of the page.
I want my table to be aligned at the center.
Is there any table property where I can set 
align = "center"?

Please help me out in this.

Thanks and Regards,
Sujata

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Table alignment

2002-06-06 Thread J.Pietschmann
Ismaeil, Sameh Z wrote:
I want to align a table, whose width is smaller than the body width, to be
in the center of the page body
I think I read a solution before on this list, suggesting to put the table
inside the cell of another one-cell table, but I don't know which attribute
to use and on which element.
Use display-align="center"
BTW I'm stuck to version 0.17.0 of FOP
Consider upgrading. There has been quite a few bugs
in table layout corrected.
J.Pietschmann



Table alignment

2002-06-06 Thread Ismaeil, Sameh Z
Hello all,

I know this is a FAQ but I don't have the optimum solution yet

I want to align a table, whose width is smaller than the body width, to be
in the center of the page body

I think I read a solution before on this list, suggesting to put the table
inside the cell of another one-cell table, but I don't know which attribute
to use and on which element.

BTW I'm stuck to version 0.17.0 of FOP


Thanks a lot


Re: table-alignment

2002-01-07 Thread Chuck Paussa
Michael
Whay you are looking for is

Chuck
Michael König wrote:
Hello,
I have a tabel like this:
long line with  |  text
 a break|
|
next line   |  text
but what I want is this:
long line with  |
 a break|  text
|
next line   |  text
In words: I would like to set the table so that if the text
in the first column is to long to fit in on e line
and it has a line break the text in the second  column
should be ajusted to the last line of the first column's text and not to the
first line.
But I can't find the property to set this.
In HTML it would look like:
long text with break
text
and I'm looking for something like the 'valign="bottom" '
Thanks, Michael






table-alignment

2002-01-05 Thread Michael König
Hello,

I have a tabel like this:

long line with  |  text
  a break   |
|
next line   |  text


but what I want is this:

long line with  |
  a break   |  text
|
next line   |  text


In words: I would like to set the table so that if the text
in the first column is to long to fit in on e line
and it has a line break the text in the second  column
should be ajusted to the last line of the first column's text and not to the
first line.

But I can't find the property to set this.

In HTML it would look like:

long text with break
text

and I'm looking for something like the 'valign="bottom" '

Thanks, Michael