Re: Border Collapse ?

pinEdit WP

Border Collapse ?


Lodep 07-03-2008, 12:00

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

Re: Border Collapse ?


Pintexx Support 07-03-2008, 2:48
Hi,

we have tested with latest version of pinEdit 6 and it works for us.

Did you install the latest fix from pintexx.com --> Support --> Fix ?

Regards,
Hans-Peter

Re: Border Collapse ?


Lodep 07-03-2008, 2:58

Hi Hans-peter,

Yes, lastest fix installed.
Same problem here :

http://pineditdemo.pintexx.com/

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>

Then, go to the "Edit view" and return in "HTML View".
You'll see that the "style="border-collapse: collapse"" is removed from the code ! Why ?...

 


Using PinEdit 6.x - Active X with vb6

Re: Border Collapse ?


Pintexx Support 07-03-2008, 4:47
Hello,

it seems that this fix has not yet been published.

Please send an email to support@pintexx.com so that we can send you the fix.

Regards,
Hans-Peter

Re: Border Collapse ?


Lodep 07-03-2008, 6:09

Done.

I'm waiting for your answer.

Thank you.


Using PinEdit 6.x - Active X with vb6

Re: Border Collapse ?


Lodep 07-07-2008, 3:10

Any news ?

Still waiting for your mail...

Thanks.


Using PinEdit 6.x - Active X with vb6