Is there any reason to avoid using text-align: justify;
?
Does it reduce readability or cause problems?
It should be mentioned that Internet Explorer (at least) up to version 8 does not render text-align: justify
correctly. Instead it is interpreted as text-align: center
.
Here is more info: text-align: justify
Caused me some headaches to find out why IE kept centering stuff. Maybe it saves somebody else some time.