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."
Trivial textarea problem
Moderator: General Moderators
nearly right mate
try this
Mark
try this
Code: Select all
<textarea name="textarea" cols="40" rows="5">Comments:</textarea>- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK