I want a textbox to have its height take up its entire container, 100%. But
when I specific any percentage, it ignores it and shriks to a one or two
line size. Why does this not work if Width = "100%" does?
Paul
Paul,
To set height on a text box you need to set it to multi-line.

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
>I want a textbox to have its height take up its entire container, 100%. But
>when I specific any percentage, it ignores it and shriks to a one or two
>line size. Why does this not work if Width = "100%" does?
>
> Paul