Border Collapse ?

pinEdit

Border Collapse ?


Lodep 07-03-2008, 12:47

Sorry for double post (other is in PinEdit WP) but i've just realised that this subject is in a better place in the "PinEdit" forum. A moderator can delete the other post please ?

Hi,

Can you explain to me why, when i paste this code in the html view :

    <table style="border-collapse: collapse" border="0">
      <tbody>
        <tr>
          <td bgcolor="#417fc8">
            <p align="center">
              Hello world
            
</p>
          </td>
        </tr>
        <tr>
          <td bgcolor="#417fc8">
            <p align="center">
              Hello world
            
</p>
          </td>
        </tr>
      </tbody>
    </table>
 
when i switch to the edit mode and go back to html code editor the "Border Collapse" style is removed ?
 
    <table border="0">
      <tbody>
        <tr>
          <td bgcolor="#417fc8">
            <p align="center">
              Hello world
            </p>
          </td>
        </tr>
        <tr>
          <td bgcolor="#417fc8">
            <p align="center">
              Hello world
            </p>
          </td>
        </tr>
      </tbody>
    </table>
 

Thanks a lot.

PS :  PinEdit 6.1, checked on live demo on pintexx.com and on my computer


Using PinEdit 6.x - Active X with vb6