Forums

Text Area Field Size Error

cjsystems 25 May, 2015
Hi, I have a text area field and it is set to 10 rows and 40 columns, but for some reason the 40 columns is not displaying it on shows like a stand text box.

I think I have to enter some custom css into the form, but not sure what to enter. Is it something like this "<textarea name="message" id="message" cols="45" rows="10"></textarea>" or is it something different?

Regards


Chris
GreyHead 26 May, 2015
Hi Chris,

Any CSS in the page that is affecting the text area will, I think, over-ride the cols and rows settings. Please use your browser web developer tools to see what CSS is setting the dimensions.

Bob
This topic is locked and no more replies can be posted.