Justify Text in a HTML/XHTML TextArea
        Posted  
        
            by Matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt
        
        
        
        Published on 2009-01-09T04:07:11Z
        Indexed on 
            2010/03/16
            11:26 UTC
        
        
        Read the original article
        Hit count: 276
        
I am currently trying to justify text in a textarea, unfortunately the CSS:
text-align: justify;
Doesn't work on the text like center, left and right do. I've tried this in both Firefox 3 and IE 7 with no luck.
Is there any way around this?
© Stack Overflow or respective owner