Forums

Converting single line breaks to double line breaks? (2 posts)

  1. wesferg1
    Member
    Posted 5 months ago #

    When writing posts, is there a plugin to convert single line breaks to double line breaks between paragraphs?

    I’m installing wp for a small newspaper, and since all their posts will already have been written for the print edition (using single line breaks), they probably won't go to the trouble of manually inserting double line breaks between each paragraph. And it will be oh so ugly.

    (I tried TinyMCE Advanced. It's a cool plugin but did not resolve this issue.)

  2. wesferg1
    Member
    Posted 5 months ago #

    The incomparable Justin Tadlock suggested a dirty fix that was right under my nose the entire time. Just add this to the css:

    .entry br {
    	margin-bottom: 20px;
    	}

    It should work just fine for now.

Reply

You must log in to post.

About this Topic