I can’t believe that no one ever asked about this, so I just assume I don’t know the right name for what I want. I would like for text like jelly to be vertically aligned as follows:
jelly
j e l l y
Is there a cross browser solution?
Here's an article that describes several ways to achieve this, both with CSS and javascript, as well as the pros and cons of each.
http://net.tutsplus.com/tutorials/html-css-techniques/the-easiest-way-to-create-vertical-text-with-css/
I hope you find this helpful.
You can write like this:
p{ width:5px; word-wrap:break-word; }
Check out http://jsfiddle.net/TWb9j/
Source: https://habr.com/ru/post/916756/More articles:How do I call a job recipe in celery - djangoJavascript, CSS: get element attribute by style - javascriptHow to make ST computation produce a lazy result stream (or work as a joint procedure)? - pythonOpenCV RotatedRect with a given angle - opencvCheck if a point is inside the cone in three-dimensional space - javaVertical current text with css - cssSelecting text with multiple EditText controls at the same time - javaTypedef structure pointer definition - cIs OCaml function over polymorphic variants not polymorphic enough? - polymorphismHow to parse json object using jquery - jsonAll Articles