Re: retain html formatting

  •  04-12-2005, 7:55 PM

    Re: retain html formatting

    Adam--
     
    Thanks for the reply. We have installed the latest version, and disabled auto formatting. It is still changing the formatting though. EX:

    <table><tr><td></td></tr></table>

    will change to
    <table>
       <tbody>
           <tr>
               <td></td>
           </tr>
       </tbody>
    </table>
     
    I understand the latter is more correct, but I would like it to not change the HTML at all.  Is that possible? Will it be in a future release?
     
     
View Complete Thread