TRvHtmlImporter
Posted: Sun Mar 12, 2006 1:40 am
The following html looks very different in a browser then when imported into a RichView component using the Importer. Is there a way to fix this or create the same thing straight up in a Richview component?
<html><head><meta content="text/html; charset=ISO-8859-1"http-equiv="content-type"><title></title></head><body>
If ab does not equal 0, which is equivalent to
<table style="text-align: left; width: 60px; height: 70px;" border="0" cellpadding="0" cellspacing="0"><tbody><tr align="center"><td style="vertical-align: bottom;">8<span style="font-style: italic;">a</span><sup>3</sup><span style="font-style: italic;">b</span><sup>6</sup><br><hr style="width: 100%; height: 1px;" noshade="noshade"></td></tr><tr align="center"><td style="vertical-align: top;">-2<span style="font-style: italic;">a</span><sup>1</sup><span style="font-style: italic;">b</span><sup>1</sup><br></td></tr></tbody></table>
</body></html>
<html><head><meta content="text/html; charset=ISO-8859-1"http-equiv="content-type"><title></title></head><body>
If ab does not equal 0, which is equivalent to
<table style="text-align: left; width: 60px; height: 70px;" border="0" cellpadding="0" cellspacing="0"><tbody><tr align="center"><td style="vertical-align: bottom;">8<span style="font-style: italic;">a</span><sup>3</sup><span style="font-style: italic;">b</span><sup>6</sup><br><hr style="width: 100%; height: 1px;" noshade="noshade"></td></tr><tr align="center"><td style="vertical-align: top;">-2<span style="font-style: italic;">a</span><sup>1</sup><span style="font-style: italic;">b</span><sup>1</sup><br></td></tr></tbody></table>
</body></html>