I am setting up a blog which uses text elements with dynamic data to display a given body section. Each individual body section is a list item within a field in my blog post data type. Within the body section’s text, I want to use an identifier like “[br][/br]” to represent a line break (double line break actually) within the body section to separate parts of it. Find and replace works okay, but manually pressing enter twice to represent the line break adds a space in front of the text and doesn’t look very clean. Anyone have any suggestions?
Thanks in advance