Posted on: 1/17/2014 12:24:00 AM | Views : 611

i want to remove html ad in source code, may be it is easy for you , but it is hard for me , thank you. the source code is
<div class=''>xxx</div>xxxxxxx<div class="gg200x300" style="padding: 19px; margin: 0px 22px 0px 0px; overflow: hidden; text-align: center; font-size: 0px; line-height: 0; float: left; border: 1px solid rgb(229, 229, 229); color: rgb(37, 37, 37); font-family: ??, sans-serif;"><iframe src="http://g.163.com/r site=netease&amp;affiliate=news&amp;cat=article&amp;type=logo300x250&amp;location=13" width="300" height="250" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>yyyyyy i want it to return 
<div class=''>xxx</div>xxxxxxxyyyyyy
...

Go to the complete details ...