I have been trying text to go in a vertical direction like we can do in ms-word tables but so far I have only been able to do THIS... which I am not happy with because it's a box rotated... Isn't there a way to have actual vertical direction text?
I only set the rotation to 305 degrees in the demo which doesn't make the text vertical. 270deg
will but I only made the demo to show rotation.
H E L L O
NOTE: Browser Supported - IE browser (8,9,10,11) - Firefox browser (38,39,40,41,42,43,44) - Chrome browser (44,45,46,47,48) - Safari browser (8,9) - Opera browser (Not Supported) - Android browser (44)
For vertical text with characters one below another in firefox use:
I'm new at this, it helped me a lot. Just change width, height, top and left to make it fit:
You can also go here and see another way to do it. The author does it like this:
You can use word-wrap:break-word to get vertical text use following snippete
HTML:
css:
Try using:
Can use CSS3 Transform property