I'm having some problems. Here is a minimum example showing the problem: Table #1 In the first case \DL[1] does not work and no line is displayed, but the columns line up nicesly. Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th last row. BUT, the last row is not misaligned by about 1 character position. How could I get Example #2 below to align properly and why is \DL not working in example #1? Regards --------------- \starttext \starttable[|r|] \NC Table Header Here \AR \DL[1] \DR \NC misc item 1 \AR \NC misc item 2 \AR \stoptable \starttable[|r|] \NC Table Header Here \AR \DL[1] \DR \NC misc item 1 \AR \NC misc item 2 \NC \AR \stoptable \stoptext