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:
   fo:table table-layout=fixed
 fo:table-column column-width={you page width}/
 fo:table-body
   fo:table-row height={you page heigth}
 fo:table-cell display-align=center
   fo:block font-size=40pt text-align=centerfoo/fo:block
 /fo:table-cell
   /fo:table-row
 /fo:table-body
   /fo:table

J.Pietschmann


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