I am currently trying to justify text in a textarea, unfortunately the CSS:
text-align: justify;
Doesn\'t work on the text like center, lef
i dont think this is possible in the html textarea element. you might be able to use some sort of wysiwyg editor (editable div). ie. fckeditor