Is it possible to text indent each line in a textarea? I’m using a handwritten font and the first letter on each line is getting cut off slightly. I’ve already used padding and margin, but this does not work.
Many thanks.
Erik
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.
Have you tried using \t? More details would be good are you programming this or are you typing it? You can also try alt codes if its the latter – Alt-012 is tab.
Edit I see your probably talking about the HTML input textarea. You might tag your question for HTML, though looking at it again it’s fairly straight forward from the context.