Possible Duplicate:
display text in uiwebview in iphone
I have a String in HTML format.
I want to first convert This HTML string into normal string and then display the converted normal string into webview.(Also I want it in 3 paragraphs.)
How to do it in UIWebview?