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
CSS3 has a proposed 'writing-mode' attribute that can be set to 'tb-lr' (write text from top to bottom, write lines from left to right), but I don't know if any browsers support it yet, so its not something to rely on.