hi,
can someone give me hrlp about how can i use html agilitypack to get string from a html code for example i have this html code:
"<font color=\"blue\">123456789<br><font color=\"black\">This book tells the story of her life from A to Z. <br>"
the result must be:
<font color=\"blue\">123456789<br><font color=\"black\">This book tells the story of her life from A to Z. <br>
(format isn't constant so using regex doesn't help. i just want to do something like what htmledit.squarefree.com does. if it is hard to implent styles. i can skip styles and just want to get strings)