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: distribute;, but Chrome doesn't support this, my question is what should I use for Chrome and Firefox
text-align:justify
text-justify: distribute;
Example of big spaces: http://jsfiddle.net/L5drN/
Give negative values as you prefer for word-spacing..
ex:
text-align:justify; word-spacing:-2px;
Works for me and Hope this helps :)
1.4m articles
1.4m replys
5 comments
57.0k users