I'm trying to use CSS to delimit the number of lines in a textbox and I'm not getting it. I've used max-height and line height, overflow ellipsis, and I also tried to disabled the scroll to prevent new lines, but nothing works. I'm using a textbox with the "Textarea" type. I just need two text lines (or 60 characters) and this text always have to start in the middle of the box. Thanks in advance for any help.