I would like to have a div with some text in it. But I\'d like the text to flow vertically instead of horizontally. Like this;
M
y
t
e
If you have only one line of text you could try using width:1em;letter-spacing:1px (and a space between each letter)
width:1em;letter-spacing:1px
edit: if you want to use no space between each letter width:1em;letter-spacing:1em;word-wrap:break-word
width:1em;letter-spacing:1em;word-wrap:break-word