Skip to:
Content
Pages
Categories
Search
Top
Bottom

Automatic in Textbox

  • 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.

    http://raremob.com/forums/

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

  • zaerl
    Participant

    @zaerl

    There’s no need for a <br /> cause you can specify a margin-bottom:1em; in the CSS.

    .post p { margin-bottom:1em; }

    I could’ve sworn that the coding you gave me was in the theme before. It worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar