need help with mailform processor
Hi,
I've found a mail form processor on google, but I dont know how to add a big text field, instead of the small ones I get when I use the mail-maniac example;
Quote:
I get two small textboxes, but I need one big textbox. How do I manage to get this textbox?
grz
kazimmerman posted this at 22:52 — 28th October 2005.
He has: 698 posts
Joined: Jul 2005
To get a large text box, you would use the textarea tag. It would look something like this:
<textarea name="field_name" cols="#" rows="#"></textarea>
Kurtis
timjpriebe posted this at 15:05 — 1st November 2005.
He has: 2,667 posts
Joined: Dec 2004
Of course, you would replace the #'s in mscreashuns' example with the actual width (cols) and height (rows) you want. It's not in pixels, but in characters. I often have to toy with the width and height to get it exactly how I want.
Tim
http://www.tandswebdesign.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.