Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

textarea resizing

Is there a simple way to set the size (height and width) of a textarea. I have tried specifying rows and cols or using height and width in CSS but it does not work. The textarea keep defaulting to a given size.
1642096009
timmaugh
Pro
API Scripter
Textareas size themselves from their "rows" and "columns" settings, both of which are HTML properties, not CSS rules. <textarea rows="7" cols="70">
1642096504

Edited 1642096541
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Also, if this is for a character sheet, I'd heavily recommend using css (pixels, rem, em, etc). If this is for something else in Roll20, textareas can't be inserted in anything else.