views:

806

answers:

2

Does anyone know how to make text align top-to-bottom in a div.

SO won't even let me demonstrate it . . . I just want the letters to stack on top of each other in a vertical line down the page like the stories of a building. Was hoping I didn't need to do it with an image.

A: 

Depending on your font size, adjust accordingly:

<div style='width:12px'>a b c d</div>
Diodeus
+1  A: 

Never mind. text-align: justify is what I needed. Note to self: thanks!

Kenneth Johns