Page 1 of 1

How to add H1 , H2 , H3 etc header style in Richviewedit

Posted: Sun Jun 21, 2009 9:05 am
by delphix
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

Posted: Sun Jun 21, 2009 5:32 pm
by Sergey Tkachenko
Not possible yet, sorry.