Is it possible to show text vertically with css e.g. i want the text to be shown like
H
E
L
L
O
i have tried some examples on the web but they didn’t worked, please help.
Regards.
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.
Your best bet for cross-browser compatability is to make a narrow container which forces the word to break at each letter.
Have a look at this demo:
It works nicely and the code is straightforward and commented. Specifically look at this bit: