How to Save Html without <head><body>....?
Posted: Thu Dec 24, 2009 12:50 am
Hi,
When I wanna save to html format, I call:
The html code will be:
<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!!
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!!