See if this code helps you ..
box Box{layoutData = new GridLayoutData{row = 1, column = 1, verticalAlignment = GridLayoutLib.VALIGN_TOP, horizontalSpan = 2}
, padding = 8, columns = 1, width = "400", marginBottom = 11
,children=[ You_Image,
new HTML{ layoutData = new GridLayoutData{ row = 1, column = 1,horizontalSpan = 2 },
text=(
"<a href=" + " You_Url..." + " target=\"_blank\">"
+ "<img src=" + " You_Url..." + " style=\"width:120px;height:60px;border:0;\">"
+ "</a> "
)}
]} ;
ojomenezes