Tagged Questions
3
votes
3answers
6k views
Justify Text in a HTML/XHTML TextArea
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 ...