My inserted HTML doesn't look like the browser's rendering- can this be fixed?

I’ve got a fairly common table for my application that looks like this:

<br />
<br />
<strong style="font-size:12px;">Table 2</strong>
<br />
<strong style="font-size:12px;">Depth-of-Knowledge Consistency Between Standards as Assessment(explanation)</strong>
<table id="tblDOKConsistency" border="1" class="tinytable" cellspacing="0">
    <tr>
        <td colspan="3">Standards</td>
        <td colspan="2">Hits</td>
        <td colspan="6">Level of Item w.r.t. Standard</td>
        <td rowspan="2">DOK Consistency</td>
    </tr>
    <tr>
        <td>Title</td>
        <td>Goals #</td>
        <td>Objs #</td>
        <td>M</td>
        <td>S.D</td>
        <td>% Under</td>
        <td>SD</td>
        <td>% At</td>
        <td>SD</td>
        <td>% Above</td>
        <td>SD</td></p>
        <p>
    </tr>
    <tr>
        <td align="left">3 &quot;LITERARY TEXT++Students rea...</td>
        <td>7</td>
        <td>8</td>
        <td>40.12</td>
        <td>2.36</td>
        <td>59.32</td>
        <td>5</td>
        <td>40.68</td>
        <td>5</td>
        <td>0</td>
        <td>0</td>
        <td>WEAK</td>
    </tr>
    <tr>
        <td align="left">4 &quot;EXPOSITORY TEXT++Students r...</td>
        <td>3</td>
        <td>3.75</td>
        <td>33.62</td>
        <td>2</td>
        <td>67.94</td>
        <td>15</td>
        <td>32.06</td>
        <td>15</td>
        <td>0</td>
        <td>0</td>
        <td>NO</td>
    </tr>
    <tr>
        <td>Total</td>
        <td>10</td>
        <td>11.75</td>
        <td>73.74</td>
        <td>2.96</td>
        <td>63.39</td>
        <td>8.2</td>
        <td>36.61</td>
        <td>8.2</td>
        <td>0</td>
        <td>0</td>
    </tr>
    <tr>
        <td><font size="x-small">NT = Not Tested</font></td>
    </tr>
</table>

It renders fine in the browser but doesn’t seem to work when inserting it into a word document. Is there a plan to fix the rowspan / colspan rendering problems?

Hi
Thank you for reporting this problem to us. I managed to reproduce it on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

The issues you have found earlier (filed as WORDSNET-4563) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.