On Tue, 24 Jul 2012, Peter Münster wrote: > Hi, > > How could I please align vertically the 2 table cells in the following > example: > > --8<---------------cut here---------------start------------->8--- > \starttext > \bTABLE > \bTR \bTD 1 \eTD \bTD \framed{1 Über} \eTD \eTR > \eTABLE > \stoptext > --8<---------------cut here---------------end--------------->8--- Each cell of a TABLE is already a \frame, so you don't need to add a \framed inside a cell. You can use location=(bottom|low|lohi|high|top) (as part of \setupTABLE) to vertically align frames. Aditya