Re: New RTF converters? When?

  •  10-05-2007, 7:16 AM

    Re: New RTF converters? When?

    When I insert simple HTML as listed below it wants to barf on the NBSP tag.
     
     
    <div class="Section1">&nbsp;</div>
    <div class="Section1">&nbsp;</div>
    <div class="Section1">
    <table cellspacing="2" cellpadding="2" width="500" border="0">
        <tbody>
            <tr>
                <td>asdf</td>
                <td style="color: red">asdf</td>
            </tr>
            <tr>
                <td>asdf</td>
                <td>asdf</td>
            </tr>
        </tbody>
    </table>
    </div>
    <div class="Section1">&nbsp;</div>
    <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
     
     
     
View Complete Thread