Text boxes not rendering properly

Hello,

I created a VSPLIT with 2 split cells. The first split cell has a text box while the other one a label. Now I want the text box to have height of 40 (about 2 rows height) but when I have that the text box in html view is not rendered properly; it has the bottom line missing. Rendering of the text box is ok if I do not have the height property on text box. What should I do so that it renders properly and also has a specific height?

Thanks,
Vikas

you may check if attribute ROWS is doing the job, ie try rows=“2”. OK?