<p> in richtext in touch UI
Hi Team,
I am getting <p> appending in all the times in Touch ui.
I followed the document to remove, but still getting <p> .
any suggestions to remove that.
Hi Team,
I am getting <p> appending in all the times in Touch ui.
I followed the document to remove, but still getting <p> .
any suggestions to remove that.
Here's few thought:
I am assuming that you are referring to those <p> which are generated when you type something in RTE and view source edit.
The screenshot you shared is for format drop down you see in richtext and its has nothing to do with <p> tag generated
The default behavior of AEM generates those <p> tags and can only be removed if you author only one paragraph by adding property removeSingleParagraphContainer suggested above, how ever if you still want to removed those, I would suggest:
1. Customize RTE component and override this behavior.
2, Strip all <p> tags from the data you received from RTE in your JSP.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.