Am 03.08.2011 um 18:42 schrieb Cecil Westerhof:

2011/8/3 Willi Egger <w.egger@boede.nl>
My first idea would be to place the photo in a layer in the background.

I tried the following:
\definelayer[picture][
  preset=righttop,
]

\setlayer[picture]{\externalfigure[graphics/pasfotoKlein]}

\setupbackgrounds[page][rightedge][background=picture]

Whatever I do, the picture keeps in the top left corner of the page. I would like to have the right side of the picture aligned with the right margin. Is this possible?

\definelayer[picture][preset=righttop,width=\textwidth]

\setlayer[picture]{\externalfigure[mill][width=4cm]}

\setupbackgrounds[text][text][background=picture]

\starttext

\startlines[align=middle]
E-mail: cecil@decebal.nl
Woonplaats: Werkhoven
Geboren: 15 april 1963 te Belleville Ontario (Can.)
Nationaliteit: Nederlandse, tevens Canadese
Geslacht: Man
Burgerlijke staat: ongehuwd
LinkedIn profiel: http://www.linkedin.com/in/cecilwesterhof
\stoplines

\sto ptext

Wolfgang