Re: vertical alignment

2002-04-08 Thread J.Pietschmann

Joshua Marinacci wrote:
> I must be missing something, but for the life of me I can't figure out 
> how to create
> a single page with vertically centered text. I want to create a title 
> page which will have
> the text  Blah Blah by Whoever   on three lines, all grouped together in 
> the center
> of the page without explicitly setting how far down on the page it is.  
> I've set the vertical-align attribute of a block but it's still stuck at 
> the top of the page.

The attribute is display-align. You can use it on a region
(preferably with static content, or use it in a block element
which is as high as the page. Unfortunately, the height
property doesn't seem to work on a plain fo:block. A table
seems to work, try:
   
 
 
   
 
   foo
 
   
 
   

J.Pietschmann


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




vertical alignment

2002-04-04 Thread Joshua Marinacci

I must be missing something, but for the life of me I can't figure out 
how to create
a single page with vertically centered text. I want to create a title 
page which will have
the text  Blah Blah by Whoever   on three lines, all grouped together in 
the center
of the page without explicitly setting how far down on the page it is.  
I've set the vertical-align attribute of a block but it's still stuck at 
the top of the page. If horizontal centering
is so easy then why is vertical so hard?

Thanks in advance,

- Joshua

... but I still haven't found what I'm looking for.


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




RE: Vertical alignment for table

2001-09-04 Thread Rajagopal. V

Hi all,
 Is there any way to align a table vertically. 
 I have a table which is too big for a page. I tried
 the keep-together option but it doesnt work. 
 I would like to have the table in vertical format so
 that all the columns can fit in a page. Im using FOP
0.18
 Help!!!
 
 TIA
 Raj


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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




Vertical alignment in table-cell

2001-07-18 Thread Karen Lease

I've just committed a couple of changes which should make display-align
(before, center, after) work in table-cells.
Also made a couple of minor adjustments in handling the explicit height
propperty on the cell and the collapse border style.

Have at it!

-Karen

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