In my application i have one web view .I will loading a simple html page inside that it is working correctly .But the content of the web page is displaying without alignment I want to display the contents with justified alignment
Please any one give me idea for how to do that?
Thanks in advance
Did you try to use the
align=justifyHTML attribute (deprecated) or CSStext-align:justifyin you web page?