On Tue, Jul 24, 2012 at 11:49 PM, Rogers, Michael K wrote: > > On Jul 24, 2012, at 5:45 PM, 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--- > > > > I've tried various combination with offset=0pt/overlay, strut=yes/no, > > rulethickness=0pt, but without success... > > > > TIA for any help! > > -- > > Peter > > Try \inframed instead of \framed. See > > http://wiki.contextgarden.net/Framed#Inline_Frames > > Michael > > > \starttext \bTABLE \bTR[offset=1ex] \bTD 1 \eTD \bTD \inframed{1 Über} \eTD \eTR \eTABLE \stoptext \starttext \bTABLE \bTR \bTD \framed[frame=off]{1} \eTD \bTD \framed{1 Über} \eTD \eTR \eTABLE \stoptext -- luigi