This topic is locked

Adding a custom text area

11/11/2015 10:57:33 AM
PHPRunner General questions
T
text author

Hi there, I am probably doing something stupid but I don't seem to be able to add a custom textarea to a page, I can add a text field but if I go into the html editor and set the type as text area it defaults to just "text" Any ideas?
Thanks
Richard

Sergey Kornilov admin 11/11/2015

There is no such thing as type=textarea. An excerpt from http://www.w3schools.com/tags/tag_textarea.asp

<textarea rows="4" cols="50">

At w3schools.com you will learn how to make a website. We offer free tutorials in all web development technologies.

</textarea>