This is mainly for completeness:

On Thu, 11 Nov 2010, Manfred Lotz wrote:

and like to have a light gray background for the heading row.

\starttext

\starttable[|l|l|]
\BL[2] \SR
% or
% \CL[gray] \SR
\NC \bf Colheader 1 \NC \bf Colheader 2 \NC \SR \HL
\NC cell 11 \NC cell 12 \NC \FR
\NC cell 11 \NC cell 12 \NC \LR
\stoptable

\stoptext

Both \BL and \CL work with MkII but in MkIV \BL gives a black rule (rather than gray), which \CL gives an error. Hans, any ideas?

For a simple table, you can also use

\startTABLE
 \NC .... \NC  ... \NC \NR
 \NC .... \NC  ... \NC \NR
\stopTABLE

which is wrapper around \bTABLE .. \eTABLE.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to