Search found 1 match

by opochon
Fri Sep 28, 2007 7:29 am
Forum: Support
Topic: RvHtml
Replies: 0
Views: 13546

RvHtml

Hi, i'm using rvhtml to load - save data. i get a wrong formatted content when creating lists with carriage returns : This is the output html produced by SaveHTMLToStreamEx : <ol> <li type=1>a<br>b</b> </ol> That should be : 1. a b But after importing, i get : 1. a 1. b (As i look in the rvhtml unit ...