Tables mangled switching to HTML

  •  12-12-2008, 7:20 AM

    Tables mangled switching to HTML

    Hello,
     
    A client of us has a problem when he pastes some html in the editor.
    What he does is the following. Switch to HTML, paste HTML, switch to normal. So far all is well, but after switching back to HTML the tables get mangled.
    The HTML code provided by our client is included below.
     
    I've tried to reproduce it in the example on this site and it behaves the same way, tried it with ie7, chrome and firefox.
    Tried the same on my develop system using 6.0 and the latest (6.2) ... same result
     
    We have some other older sites running with cuteeditor version 5 and those work fine.
     
    Regards
      Peter van den Boogaard 
     
    <table style="width: 100%; border-collapse: collapse" cellspacing="0" cellpadding="3" border="0">
        <tbody>
            <tr>
                <td style="width: 49%; color: #ffffff; background-color: #bfddef">
                <p align="center"><strong style="font-size: 11pt; color: #000000">Informatie</strong></p>
                </td>
                <td style="color: #ffffff; background-color: #ffffff"></td>
                <td style="width: 49%; color: #ffffff; background-color: #bfddef"><strong style="font-size: 11pt; color: #000000"><strong style="font-size: 11pt; color: #000000">
                <p align="center"><strong style="font-size: 11pt; color: #000000">Kennisgevingen&nbsp;&amp; Verslagen</strong></p>
                </strong></strong></td>
            </tr>
            <tr>
                <td valign="top">
                <ul>
                    <li><a href="http://cutesoft.net/wnk/Userdata/uploads/UNIVE_WNK_Bedrijven_premie_2009.pdf" target="_blank">UNIVE Collectieve zorgverzekering premietabel 2009 </a>
                    <li><a href="" target="top"></ul>
    </td>
                <td valign="top">
                <ul>
                    <li><a href="http://cutesoft.net/wnk/Userdata/uploads/P-O_200811.pdf" target="_blank">Ultimocijfers&nbsp;november 2008 (Ziekteverzuimcijfers volgen later)</a>&nbsp;
                    <li><a href="http://intranet/wnk/userdata/documents/200810_Explotiatie-specificaties.pdf" target="_blank">Exploitatie specificaties&nbsp;oktober</a>&nbsp;
                    <li><a href="http://intranet/wnk/userdata/documents/FM200810.pdf" target="_blank">Financieel maandverslag&nbsp;oktober</a>&nbsp;
                    <li><a href="http://cutesoft.net/wnk/Userdata/uploads/20081023_ADV_regeling-2009.pdf" target="_blank">AK: ADV regeling 2009 </a></li>
                </ul>
                <p>&nbsp;</p>
                </td>
            </tr>
        </tbody>
    </table>
View Complete Thread