Justify text in UIWebView on iPhone OS using inline CSS?
- by Moshe
Using CSS in a UIWebView, how can I make left-to right text flow in a justified manner? What CSS am I looking for?
EXAMPLE
<p style='text-align: justify;'>
does not work. What goes instead of justify?