Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nancy on May 06, 2008 23:08
open dhtmlx forum
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)