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?
| SitePoint Sponsor |




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?


can have multiple rows in<textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>
Bookmarks