• In one of my websites, a double return is enough to create lines between the paragraphs, which I like because it makes everything much easier to read.

    But in two of my other websites, including one in which I am creating a memorial page to commemorate my sister’s life, I cannot create lines between the paragraphs no matter how many <p>s and
    s I insert.

    Any suggestions???

Viewing 6 replies - 1 through 6 (of 6 total)
  • I use <p>&nbsp;</p>. There are many other ways to do this, including the use of CSS.

    I use ‘<br class=”blank” />’ to get a hard line feed. Insert in html mode, it will survive switching between visual and html mode.

    Thread Starter Keyspoet

    (@keyspoet)

    Unfortunately, all either of these suggestions does is to insert visible code into the visual side of the text, still with no break between paragraphs.

    I even changed templates to see if that was the problem, but to no avail – same issue in both cases.

    FYI – that was also the case when switching between html and visual views. Interestingly, though, the visual view shows breaks between paragraphs, but they do not make it onto the updated web page.

    Switch to HTML mode before entering these codes.

    Thread Starter Keyspoet

    (@keyspoet)

    I did. As I said in my last post, when switching between the html view and the visual view, the changes do not take.

    I’ve been on the web since 1995, so I am not a newbie; the code is simply not working.

    Thread Starter Keyspoet

    (@keyspoet)

    One irony is that, on another of my websites, a simple double return does it all – and the changes survive being updated to the website.

    I don’t know why the updates aren’t working on the other two websites, but I am running the same version of WordPress on all of them, which is 3.0.1, so that isn’t the problem.

    Why one updates perfectly, while the other two won’t update correctly is a mystery, at least so far.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I add lines between paragraphs???’ is closed to new replies.