Hi all!

I try to set a simple table that show the different horizontal and vertical alignment capabilities (see below):

horizontal: left, middle, right
vertical: top(?), lohi, bottom(?)

Yet, the bottom alignment does not work. The texts in the third column that should be placed at the bottom appear at the top of their cell.

Does anyone know how bottom alignment in table cells can be accomplished?

Many thanks for your attention.
--Stefan

\bTABLE[width=3cm,height=3cm]
\bTABLEbody
\bTR
\bTD[align={right,top}] top \eTD
\bTD[align={right,lohi}] middle \eTD
\bTD[align={right,bottom}] bottom \eTD
\eTR
\bTR
\bTD[align={middle,top}] top \eTD
\bTD[align={middle,lohi}] middle \eTD
\bTD[align={middle,bottom}] bottom \eTD
\eTR
\bTR
\bTD[align={left,top}] top \eTD
\bTD[align={left,lohi}] middle \eTD
\bTD[align={left,bottom}] bottom \eTD
\eTR
\eTABLEbody
\eTABLE


_______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to