Justify text in UIWebView on iPhone OS using inline CSS?

Just pasted from an old project. Hope it helps.

Up vote 1 down vote favorite share g+ share fb share tw.

EXAMPLE does not work. What goes instead of justify? Css iphone uiwebview mobile-safari link|improve this question edited May 14 '10 at 23:36 asked May 7 '10 at 21:18Moshe13k836112 97% accept rate.

Just pasted from an old project. Hope it helps. NSString *css = NSString stringWithFormat: @"", @"justify", 16; NSMutableString *desc = NSMutableString stringWithFormat:@"%@%@%@%@%@", css, sampleText, sampleText, sampleText, @""; UIWebView *webView = (UIWebView *)self viewWithTag:WEB_VIEW_TAG; webView loadHTMLString:desc baseURL:nil.

Thanks. I figured it out, but this is accurate enough. – Moshe Jun 17 '10 at 17:43.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions