Balanced text wrapping in HTML

Posted by Jen on Stack Overflow See other posts from Stack Overflow or by Jen
Published on 2010-05-25T21:34:09Z Indexed on 2010/05/25 21:51 UTC
Read the original article Hit count: 236

Filed under:
|
|
|
|

In HTML, is there a way to evenly distribute text that is broken across multiple lines?

E.g., I don't want:

   Here is some really long label that ends up on
   two lines.

I'd prefer:

                  Here is some really long label 
                      that ends up on two lines.

© Stack Overflow or respective owner

Related posts about html

Related posts about css