Re: Vertical-align middle on table cells

David Tolpin <[email protected]> Thu, 27 Mar 2003 21:49:21 +0400 (AMT)
Newsgroups gmane.text.xml.xsl.general
Message-ID <[email protected]>
> 
> 
> I am trying to get the contents of my table cell to align to the middle.. I
> tried using vertical-align middle on the <fo:table-cell> but that didnt seem
> to do anything.. here is a snippet of my code:

vertical-align only applies to inlines. Use display-align instead.

David Tolpin