PDF manager editor appending P tag

Hi All,

When I creating a PDF template the editor appending unwanted <P>  with Smarty tags. How can I remove this unwanted P tags from the pdf template ?

Please help me find a solution

Parents
  • Go to the PDF template, select Edit and in the editor and open the HTML, see if there is a <P> at the end of the HTML. Remove it, select the Update in the HTML Editor, and Save the resulting template.

  • The issue is on each time I remove the P tags and then save. the editor automatically adding P tags with the Smarty codes. I think the issue is with the TinyMCE Editor.

  • If your smarty code is on its own line it will interpret that as a blank like, you will have to delete the returns before and after your smarty code, it makes reading difficult but it will stop the additional lines from appearing in your pdf.

Reply
  • If your smarty code is on its own line it will interpret that as a blank like, you will have to delete the returns before and after your smarty code, it makes reading difficult but it will stop the additional lines from appearing in your pdf.

Children
No Data