Trivial textarea problem
Posted: Thu Nov 06, 2003 1:49 pm
I know this is trivial question? I just can't get seem to get a <textarea> box to increase in size. It is not in a php block but it is on a php page. Looks something like
<textarea name="comments" rows=5 columns=40>Comments:</textarea>
The width of the box doesn't change no matter what I put for "columns."
<textarea name="comments" rows=5 columns=40>Comments:</textarea>
The width of the box doesn't change no matter what I put for "columns."