Justify text in UIWebView on iPhone OS using inline CSS?
Posted
by Moshe
on Stack Overflow
See other posts from Stack Overflow
or by Moshe
Published on 2010-05-07T21:18:57Z
Indexed on
2010/05/14
23:44 UTC
Read the original article
Hit count: 444
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
?
© Stack Overflow or respective owner