i have a html string containing this:
I had the same requirement and I have done this in following way.You also can try out this..
Use loadData method
web.loadData(""+movName+"("+movYear+")
Director : "+movDirector+"
Producer : "+movProducer+"
Character : "+movActedAs+"
Summary : "+movAnecdotes+"
Synopsis : "+movSynopsis+"
\n","text/html", "UTF-8");movDirector movProducer like all are my string variable.
In short i retain custom styling for my url.