You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by mi...@honeywell.com on 2002/07/02 21:58:27 UTC

vertical-align

Anybody using vertical-align in a table cell?  Mine doesn't seem to work.
Some of my table cells have wrapped data to two "rows" and some do not.  On
the cells which have the lesser data, I want them to align to the bottom of
the cell.  I'm using: <fo:table-cell border-bottom-color="black"
border-bottom-style="solid" border-bottom-width="thin"
vertical-align="text-bottom"> but it doesn't seem to do anything.  I've also
used vertical-align="bottom".

TIA, Mike Witt


Re: vertical-align

Posted by Chuck Paussa <Ch...@systems.dhl.com>.
Mike,

what you want is display-align="after"

Chuck
mike.witt@honeywell.com wrote:

>Anybody using vertical-align in a table cell?  Mine doesn't seem to work.
>Some of my table cells have wrapped data to two "rows" and some do not.  On
>the cells which have the lesser data, I want them to align to the bottom of
>the cell.  I'm using: <fo:table-cell border-bottom-color="black"
>border-bottom-style="solid" border-bottom-width="thin"
>vertical-align="text-bottom"> but it doesn't seem to do anything.  I've also
>used vertical-align="bottom".
>
>TIA, Mike Witt
>
>  
>




RE: vertical-align

Posted by "Matthew L. Avizinis" <ml...@gleim.com>.
try display-align="after"

   Matthew L. Avizinis <ma...@gleim.com> 
Gleim Publications, Inc.
   4201 NW 95th Blvd.
 Gainesville, FL 32606
(352)-375-0772 ext. 101
      www.gleim.com <http://www.gleim.com> 


> -----Original Message-----
> From: mike.witt@honeywell.com [mailto:mike.witt@honeywell.com]
> Sent: Tuesday, July 02, 2002 3:58 PM
> To: fop-user@xml.apache.org
> Subject: vertical-align
> 
> 
> Anybody using vertical-align in a table cell?  Mine doesn't seem to work.
> Some of my table cells have wrapped data to two "rows" and some 
> do not.  On
> the cells which have the lesser data, I want them to align to the 
> bottom of
> the cell.  I'm using: <fo:table-cell border-bottom-color="black"
> border-bottom-style="solid" border-bottom-width="thin"
> vertical-align="text-bottom"> but it doesn't seem to do anything. 
>  I've also
> used vertical-align="bottom".
> 
> TIA, Mike Witt