indent not saved when export to html

General TRichView support forum. Please post your questions here
Post Reply
cychia
Posts: 104
Joined: Mon Jan 16, 2006 1:52 am

indent not saved when export to html

Post by cychia »

I want my rv content to be exported to simple html without CSS, but when there is indent in the rv content, i wish it is exported like this:

<p style='margin-left:144.0pt'>123</p>

any suggestion on how can I achieve this with rvedit? Thanks
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, it's not possible.
You can only save something around <p>...</p> using OnSaveParaToHTML event.
Post Reply