Hi, I have a string which contain HTML format ex:
<p style="text-align: left;"><span style="font-size: large; font-family: tahoma, arial, helvetica, sans-serif; color: #333333;">SOME TEXT</span></p>
I need only to get the string without HTML format.
Thnx...
Go to the complete details ...