Results 1 to 6 of 6

Thread: How Do You Insert Line Space In Wordpress Posts?

  1. #1
    Join Date
    Jul 2009
    Location
    Massachusetts, USA
    Posts
    2,020

    Default How Do You Insert Line Space In Wordpress Posts?

    Lately, Wordpress hasn't allowed me to add line space in posts.

    SO if I want to double space between paragraphs, it won't.

    Is there particular Wordpress-specific code or something to adjust??


    Dan

  2. #2

    Default

    I don't know why that happens. I have the same problem on some sites and not others. It may have something to do with how something is or isn't defined in the CSS for the template.

    What I do about it is use the HTML characters for a non-breaking space on the line where I want the blank space. It is the following, exactly as it appears:

     

    So between lines you'd have.....

    line 1 goes here
     
    and another line of text here

    and on the page it would produce

    line 1 goes here

    and another line of text here

  3. #3
    Join Date
    Jul 2009
    Location
    Massachusetts, USA
    Posts
    2,020

    Default

    Thanks, bunches, Linda!

    As always, you're the best.


    Dan

  4. #4
    Join Date
    Aug 2009
    Location
    Upstate NY near Rochester
    Posts
    753

    Default

    Dan, I use <br></br> I thought it was Linda who turned me on to this. It seems to work on all three of my wordpress sites.

  5. #5
    Join Date
    Jan 2010
    Posts
    309

    Default

    I don't have this issue but I would try holding down Shift while pressing Enter. Do that twice for double space. Maybe that would force it?
    Glennette Goodbread
    Ready to get serious about your online business? Click now.
    Call Today Toll-Free 888-832-2542

  6. #6
    Join Date
    Aug 2009
    Location
    Grand Rapids, Michigan
    Posts
    727

    Default

    I highly recommend you use css to add space between paragraphs. In your style.css file, look for code that looks like this:

    #content p {
    line-height:18px;
    margin:0;
    padding:0 0 10px;

    The third number after "padding" controls the space after a paragraph. For more space, make the number larger.

    Hope that helps, Dan!
    Cindy
    The Educated VA
    www.EducatedVA.com
    Earn a Living Online as a Virtual Assistant - Step by Step VA

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •