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?
it will help your problem for convert html in text
How to convert NSString HTML markup to plain text NSString?
for other problem
try this link
display text in uiwebview in iphone
you can use