To format paragraphs I use text-align:justify, but I have one problem that there are big spaces between words, for IE the solution is to use text-justify:
text-align:justify
text-justify:
Use:
word-break: break-all;
And Ok!