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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.