From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14723 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: how to get bottom-vertical-alignment in (natural) table cells? Date: Fri, 13 Feb 2004 20:17:23 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <402D22C3.2070702@boede.nl> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076699907 16244 80.91.224.253 (13 Feb 2004 19:18:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2004 19:18:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Feb 13 20:18:15 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AripL-0001f4-00 for ; Fri, 13 Feb 2004 20:18:15 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B106F10B28; Fri, 13 Feb 2004 20:16:37 +0100 (MET) Original-Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by ref.ntg.nl (Postfix) with ESMTP id 17ACD10B0D for ; Fri, 13 Feb 2004 20:15:47 +0100 (MET) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1DJHNWZ034619 for ; Fri, 13 Feb 2004 20:17:23 +0100 (CET) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14723 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14723 Hi Stefan, May be not quit logic, but when replacing the "bottom" by "low" you get the desired result. Kind regards Willi Stefan Wachter wrote: > 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 > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context