Hello.
I'm looking to size a textarea to be as large as the value that is populating it. This will be a read-only textarea. I'd just display the value in a table but I loose the carriage returns, spacing, etc.
I've been able to say:
STYLE="overflow: Show;Width: 85%;"
which sets the width but when I put in a height value (Height: 100%), it show the textarea with a 0 height. Is there anyway to have this textarea be as tall as it needs to display it's value?
Thanks!
I'm looking to size a textarea to be as large as the value that is populating it. This will be a read-only textarea. I'd just display the value in a table but I loose the carriage returns, spacing, etc.
I've been able to say:
STYLE="overflow: Show;Width: 85%;"
which sets the width but when I put in a height value (Height: 100%), it show the textarea with a 0 height. Is there anyway to have this textarea be as tall as it needs to display it's value?
Thanks!