• I have added several paragraphs to a page while using the Visual mode WYSIWYG editor. I can visibly see a space for the return when I hit the “Return” key. But when I publish the page or post, the paragraphs all run together. I understand that I could choose the HTML mode tab and manually add the <p> tags, but I am not wanting to explain these steps to a client. Can someone tell me why this is happening?

    Here is a link to the page in question.

    LINK-
    http://www.deanfeeonly.com/about/

Viewing 1 replies (of 1 total)
  • That page only has a single paragraph in the markup. Does the template use <?php the_content();?>? Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)
  • The topic ‘My Paragraphs All Run Together In Visual Edit Mode’ is closed to new replies.