Hi all
my problem is how to add header style like H1 , H2 H3 to RichViewEdit
my second question is
when i use RvHtmlImporter1 to import HTML like this :
============================
<html>
<H1> welcome </H1>
</html>
============================
and then it's looks very good in RichViewEdit1 ok
but when export it by make savehtml it give me this html code:
================================
<html><head><title>new page</title>
</head>
<body bgcolor="#ffffff" leftmargin=5 topmargin=5 rightmargin=5 bottommargin=5>
<font size=3 color="#000000" face="Times New Roman">
<div><br></div>
<div><font size=7><b>welcome</b></font></div>
</font>
</body></html>
================================
i want it to keep <H1> welcome </H1> tag
is there any solution
note : i use the latest verion of both RvHtmlImporter1 , RichViewEdit1
version 11
How to add H1 , H2 , H3 etc header style in Richviewedit
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: