Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by jits1382 at 08-14-2008 9:56 . Topic has 14 replies.

Print Search
Sort Posts:    
   08-14-2008, 9:56
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
HTML template content is being altered by pinEdit...
Reply Quote
Hi,

We are using pinEdit version 6.1.1218 (jsp). When we are uploading following html template using pinEdit, it is being altered by pinEdit and because of which we are facing alignment issues and a noticable text size changes issues.

==============================
HTML template before upload in pinEdit :
==============================

<html>

<head>
<title>Sample HTML FIle</title>
</head>

<body>

<p>First line</p>
<p>Second line<br>
Line after a break</p>
<p></p>
<p>Line after an empty paragraph tag</p>

<p>
<img border="0" src="http://www.strongmail.com/images/strongmail.gif" width="160" height="29" align="middle"> Image
alignment and properties: middle</p>
<p>
<img border="0" src="http://www.strongmail.com/images/strongmail.gif" width="119" height="25" align="middle"> Image
resized </p>
<p>
<img border="0" src="http://www.strongmail.com/images/strongmail.gif" width="160" height="29" align="absbottom"> Image
with properties: absbottom</p>
<p align="center">
<img border="0" src="http://www.strongmail.com/images/strongmail.gif" width="160" height="29" align="absbottom">
Centered Image
with properties: absbottom</p>

<p>Line with unterminated paragraph tag<p></p>

Line with no tag at all

<p><font face="Arial" size="2">Line with font attributes</font></p>
<p><font face="Arial" size="2">Line&nbsp;&nbsp; with&nbsp;&nbsp; multiple&nbsp;&nbsp;
non-braking&nbsp;&nbsp; spaces&nbsp;&nbsp; in&nbsp; it</font></p>


<p><font face="Arial" size="2">Line with special characters &copy; &trade; &reg; &amp;</font></p>
<div style="position: absolute; width: 100px; height: 34px; z-index: 1; left: 65px; top: 524px" id="layer1">
    Text inside a div</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font face="Arial" size="2">Text </font><span><font size="2" face="Arial Black">
inside</font></span><font face="Arial" size="2"> a span</font></p>

<table border="1" width="36%" id="table1">
    <tr>
        <td width="126">simple</td>
        <td>table</td>
    </tr>
    <tr>
        <td width="126">second </td>
        <td>row</td>

    </tr>
</table>
<blockquote>
    <p>Blockquote</p>
    <blockquote>
        <p>Blockquote second level</p>
        <p>&nbsp;</p>
    </blockquote>
    <p>Back to first level</p>

</blockquote>

</body>

</html>

==============================
HTML template after upload in pinEdit :
==============================
<html>
  <head>
    <title>
      Sample HTML FIle
    </title>
  </head>
  <body>
   
    <p>
      First line
    </p>
    <p>
      Second line
      <br>
      Line after a break
    </p>
    <p>
      &nbsp;
    </p>
    <p>
      Line after an empty paragraph tag
    </p>
   
    <p>
      <img border="0" align="middle" src="http://www.strongmail.com/images/strongmail.gif" style="width: 160px; height: 29px;">
      </img>
       Image alignment and properties: middle
    </p>
    <p>
      <img border="0" align="middle" src="http://www.strongmail.com/images/strongmail.gif" style="width: 119px; height: 25px;">
      </img>
       Image resized
    </p>
    <p>
      <img border="0" align="absbottom" src="http://www.strongmail.com/images/strongmail.gif" style="width: 160px; height: 29px;">
      </img>
       Image with properties: absbottom
    </p>
    <p align="center">
      <img border="0" align="absbottom" src="http://www.strongmail.com/images/strongmail.gif" style="width: 160px; height: 29px;">
      </img>
       Centered Image with properties: absbottom
    </p>
   
    <p>
      Line with unterminated paragraph tag
    </p>
    <p>
      &nbsp;
    </p>
     Line with no tag at all
    <p>
      <font size="2" face="Arial">
        Line with font attributes
      </font>
    </p>
    <p>
      <font size="2" face="Arial">
        Line&nbsp;&nbsp; with&nbsp;&nbsp; multiple&nbsp;&nbsp; non-braking&nbsp;&nbsp; spaces&nbsp;&nbsp; in&nbsp; it
      </font>
    </p>
   
    <p>
      <font size="2" face="Arial">
        Line with special characters &copy; ™ &reg; &amp;
      </font>
    </p>
    <div id="layer1" style="position: absolute; width: 100px; height: 34px; z-index: 1; left: 65px; top: 524px;">
       Text inside a div
    </div>
    <p>
      &nbsp;
    </p>
    <p>
      &nbsp;
    </p>
    <p>
      <font size="2" face="Arial">
        Text
      </font>
      <span>
        <font size="2" face="Arial Black">
          inside
        </font>
      </span>
      <font size="2" face="Arial">
         a span
      </font>
    </p>
   
    <table width="36%" border="1" id="table1">
     
      <tbody>
        <tr>
         
          <td width="126">
            simple
          </td>
         
          <td>
            table
          </td>
         
        </tr>
       
        <tr>
         
          <td width="126">
            second
          </td>
         
          <td>
            row
          </td>
         
        </tr>
      </tbody>
    </table>
    <blockquote>
     
      <p>
        Blockquote
      </p>
     
      <blockquote>
       
        <p>
          Blockquote second level
        </p>
       
        <p>
          &nbsp;
        </p>
       
      </blockquote>
     
      <p>
        Back to first level
      </p>
     
    </blockquote>
   
  </body>
</html>

Is there any way to fix this issue? Could you please let me know any workaround for this?

Thanks,
Jitendra

   Report 
   08-14-2008, 4:40
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Jitendra,

pinEdit adds a nbsp; to paragraphs without.
Otherwise you can not see those lines in editor and in page.

pinEdit changes width/height attributes of images to style attributes for beeign XHTML conform.

Regards,
Hans-Peter
   Report 
   08-19-2008, 6:48
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

Is there any option in pinEdit not to do this? Or Can we disable this feature?

Thanks,
Jitendra

   Report 
   08-19-2008, 12:24
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hello,

currently you can not disable.
But we will add this to next pinEdi 7 update.

Regards,
Hans-Peter
   Report 
   08-21-2008, 11:45
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

Can you please let me know pinEdit 7 release date?

Thanks,
Jitendra

   Report 
   08-21-2008, 4:56
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hello,

pinEdit 7 is already released.
I was talking about next fix/update.

Regards,
Hans-Peter
   Report 
   08-22-2008, 6:04
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

When will the next fix/update expecting to come? I mean what will be the expected release date for next update/fix?

Thanks,
Jitendra

   Report 
   08-22-2008, 8:39
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hello,

in about 2-3weeks.

Regards,
Hans-Peter
   Report 
   08-25-2008, 6:13
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Thanks Hans-Peter.

Regards,
Jitendra

   Report 
   09-03-2008, 9:37
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

Is next fix/update over pinEdit 7 is released? If not can you please let me know exact release date, so that I can manage my schedule appropriately?

Thanks,
Jitendra

   Report 
   09-03-2008, 4:07
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Jitendra,

we are currently working on this.
The fix should be available at Tuesday.

Please come back to me then.

Regards,
Hans-Peter
   Report 
   09-10-2008, 6:55
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

Is update/fix available now?

Thanks,
Jitendra

   Report 
   09-10-2008, 10:33
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Jitendra,

yes, its availabe now.

Please send an email to support@pintexx.com and you will get the updated files and a description.

Regards,
Hans-Peter

   Report 
   09-11-2008, 6:47
jits1382 is not online. Last active: 07.10.2008 10:19:47 jits1382

Top 75 Posts
Joined on 08-14-2008
Posts 8
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Hans-Peter,

One more thing, Can this fix/update be apply on pinEdit 6?
Do we need to upgrade pinEdit 7 and then we have to apply this patch?

Thanks,
Jitendra

   Report 
   09-11-2008, 2:43
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
Re: HTML template content is being altered by pinEdit...
Reply Quote
Hi Jitendra,

I have sent the fix for version 6 which is also included in pinEdit 7.

But upgrading is a good idea even though :-)

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit » Re: HTML template content is being altered by pinEdit...