Re: Protect table (html) contents

  •  02-06-2011, 5:17 AM

    Re: Protect table (html) contents

    Hi Adam,
     
    I can replicate it from your demo page in Firefox.
     
     
    <table border="0" cellpadding="4" cellspacing="4">
    ##test##
         <tbody>
             <tr>
                 <td>
     
    turns into
     
    ##test##
    <table border="0" cellpadding="4" cellspacing="4">
         <tbody>
             <tr>
                 <td>
     
    All you have to do is go from HTML to Normal and then back again.
    IE kind of works, but in the Normal view, the ##test## appears above the table (and it's dotted border), yet stays in the correct HTML position. But it looks like its the wrong place (outside the table) and so is misleading.
     
    The old Cutesoft ver 6 didnt have either of these problems.
    It showed the ##test## inside the table borders, and kept it in place in all views.
     
    THanks for your help. This has become a major problem with my CMS and customers.
View Complete Thread