komquat Posted December 13, 2006 Share Posted December 13, 2006 I want to be able to enter multiple lines in a form. I would like to have a text box that covers 5 rows, instead of one. Now I use <input type='text' name='name'> but this is only 1 row, how can I make it multiple?thanks Link to comment https://forums.phpfreaks.com/topic/30473-form-help/ Share on other sites More sharing options...
JasonLewis Posted December 13, 2006 Share Posted December 13, 2006 this isnt php.but use the <textarea> tag.[code]<textarea name="text" rows="5" cols="5">Default Text</textarea>[/code]please look where you are submitting your post... Link to comment https://forums.phpfreaks.com/topic/30473-form-help/#findComment-140311 Share on other sites More sharing options...
komquat Posted December 13, 2006 Author Share Posted December 13, 2006 YEah, yeah. I use html Forms with php often and have been helped here with html aspects in my code.Thanks for the help and I will try to do better in my posting! Link to comment https://forums.phpfreaks.com/topic/30473-form-help/#findComment-140333 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.