Good evening people.
I have a CString variable that I need to "clean up" a little bit.
Just to illustrate, the variable make contain this text :
I want to remove all the tags and only have the actuall text left.Code:<td style="background-color: #fff9e4" valign="top" width="48%"> <p>No more than two enhanced text links appear at the top of the Google results page whenever the keywords or phrases you have purchased are searched for by one of our users. <a href="overview.html">Learn more</a> or <a href="inquiry.html">contact us today</a>.</p> </td> <td style="background-color: #ffffff" valign="top" width="4%"> </td> <td style="background-color: #e6f2ea" valign="top" width="48%"> <p>Google AdWords enables you to manage your own account, and with cost-per-click (CPC) pricing, you pay only when users click on your ad. You control your costs by setting a daily budget for what you are willing to spend each day. Now available in 6 languages.</p> <p><a href="https://adwords.google.com/select/?hl=en">Get the details...</a>
The result should look something like this.
Im obviously not expecting anyone to do this for me. Im just looking for some hints/tips on how approch this problem ?Code:No more than two enhanced text links appear at the top of the google results page whenever the keywords or phrases you have purchased are searched for by one of our users. Learn more or contact us today Google AdWords enables you to manage your own account, and with cost-per-click (CPC) pricing, you pay only when users click on your ad. You control your costs by setting a daily budget for what you are willing to spend each day. Now available in 6 languages.



LinkBack URL
About LinkBacks


