Hi! 1) I wanted to color some text inside a columnset-environment. That works fine for text that stays in one column or spans two consecutive ones. But if there's a pagebreak after the first page, only the left column gets the background. From page two on everything is fine again. Any ideas how this comes?
\setupcolors[state=start] \definetextbackground[test][ backgroundcolor=yellow, frame=off, leftoffset=5mm, location=paragraph, color=black]
\definecolumnset[example][n=2,distance=5mm] \starttext \startcolumnset[example] \starttextbackground[test] \dorecurse{12}{\input knuth \par} \stoptextbackground \stopcolumnset \stoptext
2) And another question: Is there a way to get a leftframe activated in my defined background? Have a nice evening, Eyke