Hi,
I am trying to render the following HTML using Aspose.Words.DocumentBuilder.InsertHTML. But i am getting some issues.
<BLOCKQUOTE dir="ltr" style="MARGIN-RIGHT: 0px"><P><FONT style="BACKGROUND-COLOR: #cc0000">Rama killed Ravana's in sri lanka</FONT></P></BLOCKQUOTE><P><HR></P><TABLE style="WIDTH: 206px; HEIGHT: 76px" borderColor="#ff0033" cellSpacing="2" cellPadding="2"bgColor="#0000ff" border="1"><TBODY><TR><TD><P> </P></TD><TD><P> </P></TD><TD><P> </P></TD></TR><TR><TD><P> </P></TD><TD><P> </P></TD><TD><P> </P></TD></TR><TR><TD><P> </P></TD><TD><P> </P></TD><TD><P> </P></TD></TR></TBODY></TABLE>
Issues:
is not rendering
-
Text indent is not getting applied
-
Text background color is not getting applied
-
Table not rendering as like as HTML view on browser.
Here with i am sending Sample.zip whcih contains 2 images. One is for showing html view on browser and another one is for showing word document output. As well as i attached sample document also.