can some one help me creating a vertical text field. actually I want to create a email subscription form in which I want to place a text field which can only take one character per row.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use something like
<textarea style="height: 5em; width: 0.8em;" ></textarea>(this will display the characters vertically). You may have to play with the height and width.