At 09:13 26/01/2004, you wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello All,
Does anyone know if it is possible to have fillinrules with a background color? It would be even better if I didn't have the rule, just a gray background for example.
This is the effect I like to see:
Name: [ ] Address: [ ] [ ]
Where [...] is a colored back ground.
Example:
\starttext \fillinrules[n=1,width=broad]{Name} \fillinrules[n=2,width=broad]{Address} \stoptext \starttext
\setupcolors[state=start] \definetextbackground[berend][state=start,location=text] test \starttextbackground[berend]\input ward \stoptextbackground test \def\emptyline{\strut\hfill\strut} \starttabulate[|l|p|] \NC naam \NC \starttextbackground[berend]\emptyline\stoptextbackground \NC \NR \TB \NC adres \NC \starttextbackground[berend]\emptyline\par\emptyline\par\emptyline\stoptextbackground \NC \NR \stoptabulate \stoptext