Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Lodep at 07-03-2008 12:47 . Topic has 0 replies.

Print Search
Sort Posts:    
   07-03-2008, 12:47
Lodep is not online. Last active: 15.12.2007 06:18:26 Lodep

Top 10 Posts
Joined on 03-17-2006
Posts 48
Indifferent [:|] Border Collapse ?
Reply Quote

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
   Report 
Pintexx Forum » Developer Produ... » pinEdit » Border Collapse ?