how to change textarea col width feedback form

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

how to change textarea col width feedback form

Post by loosefast »

Does anybody know how to change textarea col width feedback form. Its stuck at 80 cols and 15 rows, I looked at TextAreaInput.class.php, but can't see a setting there...
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: how to change textarea col width feedback form

Post by tsw »

(iirc it's not specified and browsers default to 80 cols)

You could check out its id (or class) and use css to style size for it
something like

#content textarea
{
width:40em;
height:5em;
}
User avatar
loosefast
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 29, 2006 7:06 pm

Re: how to change textarea col width feedback form

Post by loosefast »

Thanks

I didn't know about the browser default being 80 cols!
Post Reply

Return to “CMSMS Core”