Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by Lodep at 07-03-2008 12:00 . Topic has 5 replies.

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

Top 10 Posts
Joined on 03-17-2006
Posts 48
Tongue Tied [:S] Border Collapse ?
Reply Quote

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 
   07-03-2008, 2:48
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Border Collapse ?
Reply Quote
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

   Report 
   07-03-2008, 2:58
Lodep is not online. Last active: 15.12.2007 06:18:26 Lodep

Top 10 Posts
Joined on 03-17-2006
Posts 48
Re: Border Collapse ?
Reply Quote

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
   Report 
   07-03-2008, 4:47
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Border Collapse ?
Reply Quote
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
   Report 
   07-03-2008, 6:09
Lodep is not online. Last active: 15.12.2007 06:18:26 Lodep

Top 10 Posts
Joined on 03-17-2006
Posts 48
Re: Border Collapse ?
Reply Quote

Done.

I'm waiting for your answer.

Thank you.


Using PinEdit 6.x - Active X with vb6
   Report 
   07-07-2008, 3:10
Lodep is not online. Last active: 15.12.2007 06:18:26 Lodep

Top 10 Posts
Joined on 03-17-2006
Posts 48
Re: Border Collapse ?
Reply Quote

Any news ?

Still waiting for your mail...

Thanks.


Using PinEdit 6.x - Active X with vb6
   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » Re: Border Collapse ?