Problem with <div> within <table>

  •  04-05-2006, 4:33 AM

    Problem with <div> within <table>

    Hi.
     
    I'm having a problem with CuteSoft Editor. 
     
    When I try to insert a <div> within a <table>, the editor changes my source code from :
     
    <table>
    <tbody>
    <tr>
    <td>haut</td></tr>
    <div id=Colorplaytime6 style="DISPLAY: none" name="Colorplaytime6">
    <tr>
    <td></td>
    </div>
    <tr>
    <td>bas</td>
    </tr>
    </tbody>
    </table>
     
    to:
     
    <table>
    <tbody>
    <tr>
    <td>haut</td></tr>
    <div id=Colorplaytime6 style="DISPLAY: none" name="Colorplaytime6"></div>
    <tr>
    <td></td>
    <div></div>
    <tr>
    <td>bas</td>
    </tr>
    </tbody>
    </table>
     
    The same thing happens when I tried it in the CuteEditor 5.2 online demo.
     
    Additionally, I've disabled all AutoFormatting, usage of HTMLEntities in the editor, but in vain.
     
    If anyone got an idea? Plz help me out quickly.
     
     
    Thnx,
     
    [Luckyhuss]
View Complete Thread