Css style

Though I have defined the style in the css file for width and height it takes it takes value of a default style that I have not defined anywhere . How do I make it take the values that I have defined

Check the textarea

Set ElementPosition to epIgnore

I set Element position as suggested of the textbox then of the form then of all the other elements on the form and also the form in which this form was hosted. It did not work. Incidentally it was working fine before the update to 1.85. I had to revert back to the program compiled in that version at the customer site and it is working fine . After the update as suggested by you

The height and width had to be set to ssauto instead of ssAbsolute. It works now. Thanks