Hi,
Few days ago I downloaded an evaluation version of Aspose.Word for evaluation if this product matches to our requirement, and currently I have the following problem:
- I have an HTML string:
"..some other HTML tags....<img src='http://servername/images/test1.bmp' border='0' alt='test1.bmp' width='481' height='280' />follows by other HTML tags......"
then I used Inserthtml(the above string) the result is that the HTML displayed correctly except the image is a box and a letter X inside. why I cannot display the image ?
- I have problem with left indent using Inserthtml, it didn’t work. I tried
<blockquote>
…not working as well. can you help ?