Rich Text Field Formatting Considerations
Clean up extra spacing from rich text fields and control paragraph tags in merge fields and related lists.
Problem
Solution 1: Clean up a merge field
<div style="font-family: sans-serif;">{{{!Object.fieldname replaceall="#LT#/p#GT##LT#
p#GT##LT#br#GT#,#LT#br#GT#,#LT#/p#GT##LT#p#GT#,#LT#br#GT#,#LT#p#GT#, ,#LT#/p#GT#, "}}}</div>Example
<p>First line</p><p><br></p><p>Second line</p>Solution 2: Remove all paragraph tags in a related list
Example
Solution 3: Keep the first and last paragraph tags in a related list
Example
Tag reference
Token
Represents
Last updated
Was this helpful?

