how to keep Table in center, when I save in HTML an then load using rvHTMLImporter it is always has left alignment
i save with method
Code: Select all
rveQuestion.SaveHTMLToStreamEx(ss,'','','','','','',[]);
then load with rvhtmlImporter like this
Code: Select all
RvHtmlImporter.LoadHtml(mQuestion.Lines.Text);
rveQuestion.Format;
how to fix it?
thanks in advance