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

General TRichView support forum. Please post your questions here
Post Reply
delphix
Posts: 9
Joined: Sun Aug 03, 2008 4:20 pm

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

Post 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
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Not possible yet, sorry.
Post Reply