dhmlxForm - object type label - right alignment

I would like to have an object type “label” which has right alignment and is positioned in absolute mode; I didn’t manage to do it!
with type “text” and other types there are no problems … how do you do this with “label”?
thks!

Hi
Try this code:

[code]

form xml html,body { height: 100%; margin: 0px; overflow: hidden; } .right_aligned div.dhxform_txt_label2 { text-align: right; }

[/code] And get this result:

wow it works … even when I attach the absolute position informations! the tricks seems to be that style!
thank you very much!

You are welcome!