8 Apr
2003
8 Apr
'03
10:04 p.m.
Hi Severin
I centered the text in a datafield with: \setupTABLE[1][1][align={middle,lohi}] that was no problem, but when I created a "frame" in this field the effect of "align0{middle,lohi} was no longer there. Why that? And how can I move such a frame in this centered position?
What about this: \setupoutput[pdftex] \setupbodyfont[ss,12pt] \setupcolors[state=start] \starttext \bTABLE \setupTABLE[column][1][align={lohi},width=4cm,framecolor=red] \bTR \bTD \framedtext[framecolor=blue,marign=yes,width=\overlaywidth]{This is a framed text which should be in lohi and with a frame centered in the cel} \eTD\eTR \eTABLE \stoptext Willi