6.0 Bug formatting HTML in IE 7.0

  •  04-16-2007, 9:09 AM

    6.0 Bug formatting HTML in IE 7.0

    I am getting some bad formatting from Cutesoft, here are the steps to reproduce here http://cutesoft.net/example/general.aspx
     
    Type the following text in HTML mode

    <br />
    <table background="http://cutesoft.net/CuteSoft_Client/CuteChat/images/141x44-online.gif" border="0" cellpadding="23" cellspacing="23" height="562" width="570">
    <tbody> <tr> <td height="235" valign="top">&nbsp;</td> </tr>
    <tr> <td style="font-size: 12pt;" height="190" valign="top"></td> </tr>
    <tr> <td valign="top">Random Text Here</td> </tr>
    </tbody> </table>
     
    Now switch to Normal mode (image shows), switch to HTML mode, switch to Normal mode (image no longer shows), switch to HTML mode, you get the following HTML now!
     
    <br />
    <table height="562" cellspacing="23" cellpadding="23" width="570" background="http" border="0" 141x44-online.gif images CuteChat CuteSoft_Client cutesoft.net :>
        <tbody>
            <tr>
                <td valign="top" height="235">&nbsp;</td>
            </tr>
            <tr>
                <td style="font-size: 12pt" valign="top" height="190"></td>
            </tr>
            <tr>
                <td valign="top">Random Text Here</td>
            </tr>
        </tbody>
    </table>
    Jason
View Complete Thread