I have a very long description on a field. multiple paragraphs
.
How do I make spacing between paragraphs?
Hi Robert. You can use an HTML line break <br>
or paragraph `
Content
tag there if you want. I just tested it and when I used this:It looked like this with br tags:
You can use two <br><br>
to get a blank line, or surround your content like this to get a blank line in between: <p>Line one</p><p>Line two</p><p>Line three</p>
. With paragraph tags, that will look like this:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.