Edit Rows In Form Cell?

Hi,

Can anyone advise how I set the number of rows in a form cell? I can edit the width and height but I cant seem to add more than one row.

Any suggestions please?

There’s not really any such thing as a “form cell”, so perhaps clarify what you mean. A standard text <input> can only have one line, but a <textarea> can have multiple rows.

can have multiple rows in

<textarea name=“textarea” id=“textarea” cols=“45” rows=“5”></textarea>