Click to See Complete Forum and Search --> : vertical spelling?


devmag
07-05-2004, 11:36 AM
Hello,

i was just wondering whether there is a way with CSS to spellin some vertically. i mean i have a word like "Dream" and i want it to be shown vertically, like that:

D
r
e
a
m

I know thats not a very useful tool, but does anybody have an idea on how to do that?

thanks
hmer

David Harrison
07-06-2004, 11:39 AM
<div style="width:1ex;">
D r e a m
</div>