Ninjakreborn Posted June 5, 2006 Share Posted June 5, 2006 [b]SOLVED-thanks for all the help.[/b]I am trying to set up a longer text field here.I can't get it to work properly, I was thinking of using text-area but I want to avoid that because it will always show a scroll bar there, and I didn't want that. What I wanted was to just increase the length of it, let me know if you have any advice.[a href=\"http://www.funnyemailforwards.com/\" target=\"_blank\"]Website[/a]it's at the top right hand corder, where it asks to search, my client is wanting me to be able to increase the length of the text area, how do I do that. Link to comment https://forums.phpfreaks.com/topic/11262-text-field-enlargment/ Share on other sites More sharing options...
AndyB Posted June 5, 2006 Share Posted June 5, 2006 [code]<input name="whatever" size="40" maxlength="100" type="text"/>[/code]Is that what you mean? Link to comment https://forums.phpfreaks.com/topic/11262-text-field-enlargment/#findComment-42147 Share on other sites More sharing options...
Ninjakreborn Posted June 5, 2006 Author Share Posted June 5, 2006 That's what it was, thanks I had forgotten about that, it had been so long since I did that, I appreciate it, thanks. Link to comment https://forums.phpfreaks.com/topic/11262-text-field-enlargment/#findComment-42154 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.