• I am fairly new at this and I cannot figure out how to separate certain aspects of my text into normal paragraphs.

    When I’m in the visual editor I space my paragraphs apart, but when i go to view the page its one solid block of text.

    I am using this to separate jobs that i have done on my resume so its cleaner and easier to read.

    Any Suggestions?

    Dayln

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    Try this:
    Open your post / page and activate the HTML-tab on top of the edit-box.
    Insert the cursor at the postion you want the new paragraph to start.
    Insert one or more <br/>
    Save the post.

    Enjoy

    Try this. Add this to your style.css

    /* add extra space in paragraph - marlon */
    #content p {
    line-height: 1.7em;
    padding-bottom: 15px;
    font-size: 15px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Paragraph Spacing’ is closed to new replies.