Categories | Question details Back To List | ||||||||
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 Answer posted by Support on May 07, 2008 02:29 You can use mygrid.setColVAlign( command to define necessary vertical alignment Please check attached sample. Attachments (1)
|