When I wanna save to html format, I call:
Code: Select all
Richeditview1.SaveHtmlToStream(...)
<html>
<head>...</head>
<body>
...(some body content)
</body>
</html>
How can I remove these html tags(html,head,body) when save html, just left the body content?
Thanks!!