Alignment of image

Hi,



I have to display image along with some text. The image has to be at the top and aligned to the right of cell. So I have written syntax like this:



Response.Write “<img style=”“float:right;”" border="“0"” “src=”" " & URL&">"



The image is aligned to the right but not to the top it is aligned to the bottom. Can you please suggest syntax

You can use
    mygrid.setColVAlign(
command to define necessary vertical alignment

Please check attached sample.

1210153317.zip (88.6 KB)