I need page where is text column with pictures on the left side. Inside the text column I need on the right side floating letter. Here is code:
\starttext
\startfiguretext[left]{none}%
{\externalfigure[ http://farm6.static.flickr.com/5260/5543764878_c5b27b5aed_s.jpg]
[width=26.5mm,height=26.5mm]}%
\framed[frame=off,width=96mm,align=flushleft]{%
\placefigure[right,none,fit]{none}{%
\framed[frame=off,background=letteroverlay,height=1cm]{ A}
}%
{\bfb Bla bla bla}%
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lobortis
accumsan sem vitae molestie. Mauris tincidunt elementum mi, semper aliquet
sapien convallis sed.%
}%
\stopfiguretext%
\stoptext
Problem is, that if I use the framed for letter "A" picture disapears. How to have floated framed box inside another frame? I cannot use margin, because this should be inside two columns.
Final document should look like this picture:

