On Tue, Sep 2, 2008 at 12:06 AM, B. Tommy Jensen
Hi, I am strugglig to get the background color visible with the following code:
%---------------------------------------------------- \setupcolors[state=start] \definetextbackground[highlight][backgroundcolor=yellow, frame=on,
%add background=color,
location=text, color=blue] \starttext \starttextbackground[highlight] This text should have yellow background but it is white. The text is however blue. \stoptextbackground \stoptext %-------------------------------------------------
The background of the rendered text is always white, independent of the backgroundcolor parameter. The font color is however OK (blue). All other samples I have tried from "details.pdf" behaves similarly - no background color and no frame/frame color.
Mojca