[thelist] How to control TEXTAREA font size, etc...?

Warden, Matt mwarden at odyssey-design.com
Sun Sep 10 16:43:41 CDT 2000


>  textarea contents is formatted, mostly so the size of
> the textarea field is about the same on the most
> popular browsers.
...
> textarea

>   font-size: 9px;
>   text-align: left;
>   color: black;
>   font-family: arial, helvetica, sans-serif;
> }

Well, you're only affecting the font size. If you're trying to manipulate
the size of the *textarea*, use something like:

textarea

  font-size: 9px;
  text-align: left;
  color: black;
  font-family: arial, helvetica, sans-serif;
  width: 300px;
  height: 100px;
}


HTH,

--
mattwarden
mattwarden.com





More information about the thelist mailing list