Info
- 3 posts
- 2 voices
- Started 1 year ago by Vasbinder
- Latest reply from Vasbinder
- This topic is resolved
Automatic in Textbox
-
- Posted 1 year ago #
I don't know if I'm missing something. This seems to be important yet I cannot find anything about this subject in any forum about bbPress.
When you press Enter twice in a reply in this forum, it brings you down to start a new paragraph. I'm assuming it also automatically adds a
<br>tag in the post. My forums, however, do not do this.How do I make it so when there is a gap between paragraphs on my forum replies that it automatically adds the
<br>tag? Currently, I have to manually edit everyone's posts who make any sort of separations between paragraphs by typing this tag in between them. I know it has nothing to do with my plugins because it was having the same problem from the start. -
- Posted 1 year ago #
There's no need for a
<br />cause you can specify amargin-bottom:1em;in the CSS..post p { margin-bottom:1em; } -
- Posted 1 year ago #
I could've sworn that the coding you gave me was in the theme before. It worked, thank you!
-
This topic is
closed