Re: Vertical-align middle on table cells
Paul Grosso <[email protected]> Thu, 27 Mar 2003 12:20:29 -0600
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <[email protected]> |
At 12:39 2003 03 27 -0500, Ramin Bozorgzadeh wrote: >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. vertical-align is not applicable to fo:table-cell. Try using display-align which is applicable to fo:table-cell. paul